Memory Pool Memory Pool Refreshing

1,839 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,823 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (61,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,478 846,478 00000000000000000000b3e09aff304164dafe407f2a49719f41d2501e248cd5 1.47 MB 7,105 18
846,477 846,477 000000000000000000034803bf9ed54da630bb2276ec89c5f79e9c57759ae924 1.69 MB 4,239 26
846,476 846,476 00000000000000000001b695a41712805956ccbbb2cf56c5edcfdaab5ee3e28d 1.63 MB 3,415 26
846,475 846,475 00000000000000000000dad1789c0e6ce71437f287de9bee323908446fc2df86 1.51 MB 3,850 25
846,474 846,474 000000000000000000011b6e653f5f891d386a9b37dd0ca32a098a0ba5da618a 1.51 MB 5,736 19
846,473 846,473 0000000000000000000341c7fe77eac9dd2f5e1515d0b2595842d883bdd58467 1.55 MB 5,861 22
846,472 846,472 000000000000000000026de68012e7db6c4631ed6ac37fc2dee471956c2222da 1.56 MB 3,453 29
846,471 846,471 000000000000000000007175c071d6f536ee9bb9e61b8d9fb1a9226bbafad2a5 1.56 MB 5,676 21
846,470 846,470 00000000000000000002d7801ce8816566b30199fafcd9502d60c58dfee83ec9 1.48 MB 6,290 17
846,469 846,469 000000000000000000008f5bbcb6f53cdd71a215eb0585812763affe5175e782 1.47 MB 7,010 17
846,468 846,468 00000000000000000001f766196d3aaded9cc259fed933ec9b093c2759e4f8d4 1.51 MB 5,043 22
846,467 846,467 000000000000000000032d46faf64e17c0fafa8802871e340e538fa8e33a7a72 1.60 MB 4,333 27
846,466 846,466 00000000000000000001140dc6a0b28aea8ea734e745087fec60e834a58d2e22 1.59 MB 4,736 23
846,465 846,465 0000000000000000000134e489e1e13e6fc9ef732809fddc033089065bc82a26 1.61 MB 4,279 21
846,464 846,464 00000000000000000001d5e0369520ead2dc646b7b592b8bafff8dc02e368600 1.52 MB 3,786 27
846,463 846,463 000000000000000000002bde133693a19d84616a4cf1db767f8864b5288cce6b 1.51 MB 3,437 30
846,462 846,462 000000000000000000031f97130e48c0a7797547416d16ccd3d7dd8a6cc6d0b0 1.53 MB 3,313 41
846,461 846,461 0000000000000000000012f2d726f8a033a2bfb5eada30cd92e15e6e1d196ce7 1.50 MB 4,172 22
846,460 846,460 00000000000000000000225789427db9f0e8f310d8bc0a205f884a8ce68a2aaf 1.49 MB 5,007 19
846,459 846,459 00000000000000000001de5e312d55f873e73d14f3cd8a8ee656a392dbc28236 1.58 MB 3,544 35
846,458 846,458 0000000000000000000146ff7ddbab422a05c9476100b0694b19cf0d1a5486f6 1.56 MB 4,458 23
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.