Memory Pool Memory Pool Refreshing

3,428 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (747,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,482 160,482 000000000000069998508a86732b6a1be9dc4ffad1624eb6677077c2cb991588 0.00 MB 15 268
160,481 160,481 00000000000005361347b97761d1636d9483395b6bb8efecd1f8cb23fa07f937 0.02 MB 23 56
160,480 160,480 000000000000042833d72c4252bc7f71d0b0bf22b239961437eb30aa8449b0b8 0.01 MB 30 4
160,479 160,479 0000000000000df3c2f0068e5578a1def43d30abf1fe24ed9f7409e331f818a6 0.00 MB 13 291
160,478 160,478 0000000000000d09d5f3efaaf1787e5a4d8d78a1b0172198340dd19cde81ab33 0.00 MB 1 0
160,477 160,477 0000000000000acafd50f0eb29d9eb8b2c49bbae0ebd0f319c8edb4d75ebae20 0.01 MB 37 183
160,476 160,476 000000000000082ab086e273c9f9a071de0a4b3694a90069d425b33f8237a5a9 0.01 MB 22 315
160,475 160,475 00000000000002bb6c7645aef826c7ee4f9481670c30663e0dfc97649d122ea6 0.00 MB 12 74
160,474 160,474 000000000000057faa7dc3dbcc222b13ae0fc85d92d22aa9541bed4e745d7fe6 0.02 MB 31 51
160,473 160,473 0000000000000291e52b2f8632347f2d2d4cfc583b21ea911efb237edcb8b4a2 0.03 MB 54 263
160,472 160,472 00000000000007ad488a03a3ce63900157d081164d778cd236645962c8a287d2 0.04 MB 72 90
160,471 160,471 0000000000000b1a55d93700220c6002dc26f903332c6dc27237c98e535c6043 0.02 MB 37 58
160,470 160,470 0000000000000777de7e5a01540f8f1474739db43f791b23e2e5a2052b94ba64 0.00 MB 9 23
160,469 160,469 0000000000000d1d1acee7d94c5c0114585914f20c44a21a644676c671ccc0d1 0.05 MB 119 108
160,468 160,468 000000000000030ccc30dade58e3c405a1b2972ed272d7a7a15d9d37e06bff2d 0.01 MB 35 214
160,467 160,467 0000000000000b9de1ccb5c1bb5c7e4a15bcda90709c4f632909ce5f0667e430 0.04 MB 90 184
160,466 160,466 00000000000004cc145067b980417b639e1ab43d5e263e209116259a7cd6e997 0.00 MB 5 51
160,465 160,465 0000000000000845c7c0f858f06d8e8af31bea38716565dbb454459d09e9e9fc 0.02 MB 57 5
160,464 160,464 0000000000000459f7299c5012f4be1cac1e4cc6c520c8c5def1abe1bf341652 0.04 MB 45 594
160,463 160,463 00000000000003b690dfcfd4352ba3e0680aa7853135be434744612fa3b7b1b0 0.01 MB 44 225
160,462 160,462 0000000000000399ffeff5fee6ee9372559f98abb132f1aa985e4adaa843c691 0.01 MB 18 7
Previous 10 blocks ↓
Total Size: 769.38 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,644.24 GB sent, 94.87 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.