Memory Pool Memory Pool Refreshing

1,113 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,665 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,113 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,664 (824,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,099 84,099 00000000002404136043f103729f05d2ea03f3b17dc3b2022bb4e3cd2de109d9 0.00 MB 2 0
84,098 84,098 000000000026f5404afbf3ff96f084a5f0a594f2661787b46c4e07244930e103 0.00 MB 3 0
84,097 84,097 0000000000101f2d6533524ed886800b54c2487caa14c0e5942e825bedfd6c0b 0.00 MB 2 0
84,096 84,096 0000000000239c2ddfedeee8f8f8e060802baf43750e297bf54201f33c59dd24 0.00 MB 1 0
84,095 84,095 0000000000071e5dba8c620164eb9bb061d9efc3b3e3e1982f42eb3f5123f9b6 0.00 MB 1 0
84,094 84,094 00000000002fdcfe468e4bcecac0fd3f11190060f47b53a8c91287ff477e4baf 0.00 MB 1 0
84,093 84,093 000000000012c3411d1df383187a89da2158cc207c2b1528cb62169460039426 0.00 MB 3 0
84,092 84,092 000000000017628fe049492348e4cfbb5c271c88bc37ab84fe5229f09c92f85e 0.00 MB 1 0
84,091 84,091 0000000000031518562f15da22b9c87c4a8bb4b1b605adc65c537d4eaacd0019 0.00 MB 2 0
84,090 84,090 000000000013fd8ca3b164fb57ba512016b8f300268cb107dfafaad5f9a4185d 0.00 MB 1 0
84,089 84,089 00000000002556e303e6ba8cfa35d6d6fe122c2044f41778325242a73062f0b3 0.00 MB 5 0
84,088 84,088 0000000000190df9f1276d244e4c935a1042fcad068a5d575adb2b3cb7e21d85 0.02 MB 8 0
84,087 84,087 00000000003161d60703958e76b0d6eba1c551d773d515ba92ac4ebabfa65714 0.00 MB 1 0
84,086 84,086 000000000022cd6d5279d7619219cad4843857b1790106ebf447e918675dc310 0.00 MB 2 0
84,085 84,085 00000000001f74adf86339e59585fefeda7c4c6d07aa796b3fb8990ba1e3ed08 0.00 MB 1 0
84,084 84,084 000000000000530330f4d4f1562db9256f7afc7ba896059f86db663a0ecac8da 0.00 MB 1 0
84,083 84,083 000000000023ecac57668ed7a7eaefebc98ec31f7b0079af932311f238d789d3 0.00 MB 1 0
84,082 84,082 000000000024ae2cbfbaece5719d7a2c5faf143f6171def89bd8701d7dab498d 0.00 MB 1 0
84,081 84,081 00000000002af51bc31adee07641f7606956fa5dfdc84e9a2bbba2b74087e0f5 0.00 MB 1 0
84,080 84,080 00000000002375450c86861288a8681b9624581ff2472a0346af22df9a917c54 0.00 MB 3 0
84,079 84,079 000000000020033e5692105250c17c658f86cafe63ab4aeb7997a6d68b769b52 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,853.26 GB sent, 101.62 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.