Memory Pool Memory Pool Refreshing

4,001 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,451 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (174,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,284 733,284 000000000000000000004190600c789d05c290b08bb6eeb7b040ac9c984ed978 0.42 MB 445 8
733,283 733,283 00000000000000000002d719056f8d52c2d367e736005b041cca45a33d2361e9 0.39 MB 606 8
733,282 733,282 00000000000000000006e3100a8443d328593dae192d796b831cb579a2cf8a13 0.74 MB 247 3
733,281 733,281 0000000000000000000314eebbcc48f8a294bce347555fa5cdee0d44d43a0257 1.23 MB 872 2
733,280 733,280 00000000000000000001f02a5b87c458e5ab674120073051aabc1ee185c9a425 1.28 MB 1,361 8
733,279 733,279 00000000000000000002195c0499c08be08f21eb1dc6681cda905fdc80bc8bbc 1.04 MB 973 12
733,278 733,278 00000000000000000004993da5d4fb2d993fec2f4e2f5737d99f58a146521cac 0.16 MB 255 8
733,277 733,277 0000000000000000000312e443ebdb827087d08ac90fa9a11bf01eedc1bfdc2b 0.66 MB 906 7
733,276 733,276 00000000000000000000c2f0663297f4cb65dcd9e35c155be427e46704af8e1e 0.33 MB 450 6
733,275 733,275 00000000000000000002547f9be4a1d85ae248241172b4e5cede468255f31edc 0.03 MB 65 12
733,274 733,274 000000000000000000051befeaa1b270fde3b2980363c58aef9ee7cd9c61827d 1.02 MB 1,462 9
733,273 733,273 00000000000000000005ca348fb614d4aafd8ded260e0f049e9006269ef04caf 0.74 MB 867 7
733,272 733,272 00000000000000000003e08a09aea847b8cb55ad93cfec766e83b4dc3fee240d 0.25 MB 176 3
733,271 733,271 00000000000000000007a1ec7d5281c495501578f82e617a6d31c8df281b33d5 0.67 MB 1,009 3
733,270 733,270 000000000000000000055735e9795afc85e59f9fe409e69e77b7cf597ecaad67 1.39 MB 2,405 10
733,269 733,269 00000000000000000006c5a6257fbf56b5e99644d63e88f118d94c5c291a536d 0.78 MB 1,411 7
733,268 733,268 0000000000000000000252037e41b7a7ec0e99deb83cfa0ccd3fef952a7dfc41 0.12 MB 151 6
733,267 733,267 000000000000000000013ec355df1287924e950783b5130a4c72097b7dfc4653 0.96 MB 1,390 7
733,266 733,266 000000000000000000002a60722687bd5735820fd43e12adbc33b377a58b7582 1.08 MB 2,041 7
733,265 733,265 00000000000000000007ac49633b86abd589a9e75815efced99a66751a97951d 0.14 MB 219 8
733,264 733,264 000000000000000000027a0677177c48e3b7af07f9d418d2a36adda23aae9049 0.64 MB 439 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.