Memory Pool Memory Pool Refreshing

16,858 transactions (6.18 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,381 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (837,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,388 71,388 000000000021bc325ed067e0271b0849f338ea2b1e94e6cd271b010465732063 0.00 MB 1 0
71,387 71,387 00000000001aa429f3da73cc67cb23d6d4a5f5165ef11cad7271f37426b45a29 0.00 MB 1 0
71,386 71,386 0000000000894873604148dd6eae92b7ac93b84d8b55b14a1383e7b9e7a7e0ae 0.00 MB 1 0
71,385 71,385 0000000000d18c481bf085b78a1665c762d39a84b26540e25fc572b0505566e8 0.00 MB 1 0
71,384 71,384 00000000008c2392258758f4bb9dfe50c31fd44d12fd26ba16569fc80094a55f 0.00 MB 3 1,945
71,383 71,383 00000000005724c7eee5afc0adcb27875ea653c0270b50494a380e15eb29be45 0.00 MB 1 0
71,382 71,382 0000000000b68f8e255773cf070b3ef63c0f7a084fa9d500c0f7af4ac9b00fff 0.00 MB 1 0
71,381 71,381 0000000000a2e87889037034351150458c805eb5b7c67b17e58d98956475e006 0.00 MB 1 0
71,380 71,380 00000000006eadf2181690a9aabd8d50b98dff932676e78d4157e1292e7326ad 0.00 MB 3 0
71,379 71,379 0000000000831ac2dec58e9c9b81adc6a320b8c5a79857b1edb06361fcd649d2 0.00 MB 1 0
71,378 71,378 0000000000271134d0419578029d8a6de8472f2ca98888309eec9ae964c514ad 0.00 MB 3 2,392
71,377 71,377 0000000000d29013a4a7d9b4d146241273a76d54913fdf1eab7a352b32063ac3 0.00 MB 1 0
71,376 71,376 00000000004f2bf151597f34d355804b63b09ac2fd7a874b1bd8a929f93b1a84 0.00 MB 1 0
71,375 71,375 00000000004338188e3b0eb66c8ce6ed6ac8d9a862021ed0235bc379e993d423 0.00 MB 1 0
71,374 71,374 00000000000b70f3380ea851cf6577f51d42be8c98b501647c1cf9d74523e2e9 0.00 MB 2 0
71,373 71,373 00000000006f8a6ceb035926442629ddcddd96e1e2cfb112d77824c5d2b40652 0.00 MB 1 0
71,372 71,372 0000000000ee97e970bfaf96e2b379dd70c8e30422b59d6d7cd3917ac06561df 0.00 MB 2 0
71,371 71,371 000000000089ec19ddee0cba51aac69398083169ca793c8a303148268d073485 0.00 MB 2 3,861
71,370 71,370 0000000000375d9854d48c5ae8ba56d4f334eda2887a06979b03045d9f4605d4 0.00 MB 1 0
71,369 71,369 000000000022c47257001448a3fba6087ca4674db90a49d000347edd8af7bbc7 0.00 MB 1 0
71,368 71,368 0000000000c08cb3ed7727130d4ae96c0de47e1d4ede161f0b705ab38314a92c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.42 GB sent, 104.02 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.