Memory Pool Memory Pool Refreshing

2,860 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,859 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (174,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,420 733,420 000000000000000000013aa69a4e9b076c715d560fd414734972c40582e535eb 1.52 MB 2,711 6
733,419 733,419 00000000000000000002ec5a9cde33cb96ac4ec7f2d84fe34d52c6f09bd8bdca 0.56 MB 276 1
733,418 733,418 00000000000000000004a965ab9b658f8a33aacba5ceddc4d9c51fe034de512f 1.46 MB 2,718 7
733,417 733,417 00000000000000000001696adc1e9f17147fb45ed701a8d39b90403268ec3642 1.16 MB 2,666 6
733,416 733,416 0000000000000000000849d786137dbaab12e2ba2dac88714431908d2c9219f1 0.48 MB 1,202 5
733,415 733,415 000000000000000000065e580e62ad27de91e9ae77e1201ea4d053f67f06b94e 0.76 MB 1,994 5
733,414 733,414 0000000000000000000021127c2f152ba61807e83653637cdcaceceb63e50cbd 0.05 MB 99 6
733,413 733,413 00000000000000000009141b821690d34beb8570bcf7616466e5f5f89911a194 1.86 MB 1,671 4
733,412 733,412 00000000000000000008afa923ca0d15b0dd3991da24e1bd38a94803933d9ae0 1.58 MB 1,884 5
733,411 733,411 0000000000000000000440688f491b02cbe5ea537e780a9ec7446c42df6d41f0 1.46 MB 1,325 4
733,410 733,410 00000000000000000009690e5f8b30a6969967e9beecb8d771bd0c7717ca4552 0.35 MB 807 6
733,409 733,409 00000000000000000007cfcda54417b3b867668995ed163aa25ecdfe9aef53b2 0.06 MB 80 6
733,408 733,408 0000000000000000000193ab25c7e2da849240204b38b99ef2c086ae0b95d5a8 1.19 MB 1,446 12
733,407 733,407 00000000000000000007d5dc3bbeb1f906ce1b4e6553ff5defc9e4e097bb2690 0.35 MB 253 14
733,406 733,406 00000000000000000008dc229417d991a0ec3f6d496a8c03453335398864fe1b 1.24 MB 2,326 7
733,405 733,405 0000000000000000000679c0c96f59706615413012260df2e3b1f50518f390d9 0.57 MB 869 6
733,404 733,404 0000000000000000000930e83f606af3eb19f034d36b835f6d8f8cdb8be5c8da 1.10 MB 1,619 6
733,403 733,403 00000000000000000004af23aa16a0f64f4c24f9e49e6a6c4698222570a5ebe8 0.12 MB 207 7
733,402 733,402 00000000000000000009e58deb4abe33080f8f95825f0a969898fd1132db130e 1.27 MB 2,159 6
733,401 733,401 0000000000000000000821a3acfefec6632a1f767150768d89c233418b762e7f 1.47 MB 2,278 4
733,400 733,400 00000000000000000009da27158de96b22b336ac4f6d8aad6a324ffe1c4b56de 1.44 MB 2,603 5
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.