Memory Pool Memory Pool Refreshing

5,313 transactions
30.50 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,939 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,011 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,938 (433,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,517 430,517 00000000000000000248d0d29a8c2994acbbc5426cbc8c140147aa89dee51d9b 0.97 MB 1,504 34
430,516 430,516 000000000000000002a2729d872906be9f2cc76b8c2b2c47ae9ac6f25fa04508 1.00 MB 2,199 62
430,515 430,515 000000000000000002da2e6605dbb542c985fed3090cb1358219fe8aa6f6121c 1.00 MB 1,978 44
430,514 430,514 00000000000000000031ecb64233969c8a3b17eaa7898b0c7103b4f8b029d50d 1.00 MB 1,297 66
430,513 430,513 000000000000000000cddc08882558e039d49675c4efa0c55ac0a8d59f942ca1 1.00 MB 2,500 66
430,512 430,512 0000000000000000043c5ec01a35a267371577623b54deeff0c231b9491a1ea5 0.04 MB 118 65
430,511 430,511 000000000000000002583ada55729aa23eaf84ff84cae004c87dee54fefb86e9 1.00 MB 1,504 54
430,510 430,510 000000000000000002b574f4fb6ccffbef39830461f5ef996e75771305586e21 1.00 MB 1,882 49
430,509 430,509 000000000000000002f95e33fca0a7f269be99139b734647bdc061fec6335850 1.00 MB 1,209 19
430,508 430,508 000000000000000004468c72eca7e796806563663f65f319f85f74136dc30846 0.83 MB 1,790 76
430,507 430,507 000000000000000003ea61b8a4e093dbcd48a3035b96513bc7360adf764ea108 1.00 MB 2,013 49
430,506 430,506 0000000000000000037535002d2eae6c601cf68590d6c0544c50e2d6b308478d 1.00 MB 2,178 53
430,505 430,505 0000000000000000000664f66331cd8f4b887fa595cd38f110df1b5cd5c73d20 1.00 MB 2,566 81
430,504 430,504 000000000000000004aec864dc74b1d032dc3feb3795a4be2a85d8c2ac31c935 0.09 MB 175 56
430,503 430,503 000000000000000001b10398e94072185da60d145ac44573de3040ba80cee119 1.00 MB 1,082 27
430,502 430,502 0000000000000000023c8c1d3f5f5a7770b8c405295f26a31164c2ff9f6c0671 1.00 MB 2,582 68
430,501 430,501 00000000000000000464920f8e384dc7fc4868bccca197407870474f00e6961d 1.00 MB 1,527 34
430,500 430,500 000000000000000003bb5d1a89129aa6ba8f7ff8b32cdc8dbbfb04898007cbc7 1.00 MB 2,533 80
430,499 430,499 000000000000000002b6809e1e153ada43ca3edfe03a95dc1f5e88bd1c1e9e13 0.00 MB 1 0
430,498 430,498 0000000000000000021ac9e7f31d8b24aa7e4e5dbc190b1639a3f2245564f082 1.00 MB 2,581 57
430,497 430,497 0000000000000000021ebbd5ccc8eaae6773a9cfbf6f16c272107936a390bcb3 1.00 MB 2,870 88
Previous 10 blocks ↓
Total Size: 687.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,532.09 GB sent, 124.72 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.