Memory Pool Memory Pool Refreshing

9,819 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (686,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,389 221,389 00000000000003af005a52be4631ff92c6c7e82ac83cd43ef01b99cb1a217e83 0.25 MB 566 219
221,388 221,388 000000000000029b2ee6a50882244f9689782a898a4d956abb0b5e22983f6802 0.02 MB 20 54
221,387 221,387 00000000000002361de6f714d7467a048176bd4b48aa819d676a7b80a32900ac 0.25 MB 424 1,751
221,386 221,386 00000000000001106962d7187381184c38343f9d5da1ab24d79770b221000cfa 0.04 MB 80 175
221,385 221,385 000000000000005debe0471cf54f755a77a6e3e44d6720da842b99aba653e1ec 0.18 MB 398 175
221,384 221,384 00000000000002d7871dd8d67fd29349fe1087057882be3491c9a44e39abd64c 0.00 MB 9 444
221,383 221,383 0000000000000252e131b176ccc09acb66144bd214a901b8843a4544fa0fb796 0.02 MB 70 142
221,382 221,382 000000000000006483918d9cb7f66d6f9ade266d98fc672d98e24326cc7186b8 0.17 MB 449 191
221,381 221,381 00000000000003a52faf097ad86d17146277007f055397256b022327c62c9603 0.07 MB 121 120
221,380 221,380 000000000000013815bd0ac3745b5d7f89ed9b32cb5e014f010b5b05c335f6b1 0.19 MB 585 211
221,379 221,379 0000000000000450b19c13806a645902f961419a6e24e412f5562f55966e265b 0.26 MB 854 164
221,378 221,378 000000000000036ca7e04113a431eb5ef6bbd88e52c35cf59530609351c60d3a 0.00 MB 13 253
221,377 221,377 00000000000001dc633ad040ef9f6af867e1874d4df6d40331d3b5e78a9960b0 0.17 MB 372 224
221,376 221,376 000000000000023d211d0895370eccb17ead38e9074449d781ae80cc672f6c60 0.06 MB 113 170
221,375 221,375 00000000000003dd914059cc1f82f67f21cf95eafae277c20dddd412a65f9eca 0.18 MB 377 171
221,374 221,374 00000000000003b7c50a8a861a718d58b13a664a22a96835bb3f98de693b5a32 0.07 MB 105 96
221,373 221,373 00000000000003768abca2eed310d4b8c9a7a6b7676eaa7d803d81898465f894 0.10 MB 206 318
221,372 221,372 00000000000002e17f648297ebacb5bdbe7907a081236215b862aebd35ea30ea 0.25 MB 714 230
221,371 221,371 000000000000012657e8f7d21eb872dc7c3c3a4f133a62d0e5215099df075f13 0.00 MB 13 47
221,370 221,370 000000000000009c1a49c1e3e38bc9fe3bc34b362f24e274234a75a6ac01a127 0.08 MB 144 123
221,369 221,369 000000000000032b1c3d99bd7d8283381c9af33765273cec559720274b348c52 0.08 MB 123 117
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.