Memory Pool Memory Pool Refreshing

41,808 transactions
20.40 vMB
Show Random Selection Loading Transactions
Max Size: 112/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,469 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,405 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,468 (20,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,472 849,472 00000000000000000000d2f228883a034db5480489f8fbad4aed13b6e89f5030 1.64 MB 3,987 25
849,471 849,471 00000000000000000000569efe664ca6685e86e64d05ac2b76e7801dcfa4916b 1.52 MB 4,623 30
849,470 849,470 000000000000000000034e34a48ce72e486e87ea85d5e9905a44d7beceda8675 1.52 MB 4,126 29
849,469 849,469 000000000000000000005f9d5d9b13ad6c4bf970c02c703499663d6c4b8e3296 1.56 MB 6,212 9
849,468 849,468 00000000000000000000f2f18bf9e64615acb4d2e1518aae02a8c0705a44c744 1.50 MB 5,693 13
849,467 849,467 000000000000000000003635a994d0cb748418a446a90d991ce1b3a772c32946 1.60 MB 7,552 8
849,466 849,466 00000000000000000002e471da12236cfe23f126d4acb21446a8603785fff23b 1.55 MB 6,145 11
849,465 849,465 000000000000000000033ae071f43d2fc89d0ce60dbaf2d8148bb0c09ff199fe 1.79 MB 4,286 7
849,464 849,464 00000000000000000002f7402895831c46eb3e738efc1edcc8f0b503876926e1 1.57 MB 3,469 9
849,463 849,463 000000000000000000010997eadbf67ec04b41929d9519ffd9982ef73967534e 1.63 MB 6,217 15
849,462 849,462 000000000000000000012df2b828191156c1fb0a9bfe11b473db952bbcfd2932 1.48 MB 6,177 14
849,461 849,461 0000000000000000000151627b0d04c0eec8af979190bc3e520b25a96b745c6b 1.51 MB 5,637 21
849,460 849,460 0000000000000000000283ed3518e8b48f277b33c233353805909bdf732466f7 1.51 MB 5,257 21
849,459 849,459 000000000000000000026af95add4e1a21138c6996b11765baa0f93c4b8a1987 1.57 MB 2,897 10
849,458 849,458 00000000000000000003436e06184f3819ead95339710f258bc5fd46100220f1 1.54 MB 3,743 18
849,457 849,457 000000000000000000027997f0c1ab6ad70193e67c33e9981c69cc047fcefc18 1.73 MB 2,960 19
849,456 849,456 0000000000000000000095fbce0a1dea2c836e5b7ed680347e4f3309104f64b7 1.78 MB 2,927 16
849,455 849,455 0000000000000000000239d99fd47745cd1c0312180b25a33e0d32a8f5c4db1e 1.87 MB 1,912 28
849,454 849,454 0000000000000000000015807e2c7faafa70d056b18f3baeb8a5413df5eaf5f9 1.63 MB 2,702 32
849,453 849,453 0000000000000000000319c0bde6b86a8e7ea1bc92749f8df1e6c8c07c3a65a6 1.58 MB 3,729 8
849,452 849,452 00000000000000000000df058a512b6dc41606eb5cd7ce79cc5c7653fc47b025 1.80 MB 2,440 11
Previous 10 blocks ↓
Total Size: 700.33 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: 2,296.12 GB sent, 212.70 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.