Memory Pool Memory Pool Refreshing

647 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (816,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,308 92,308 0000000000053b4919ba6dbacd2ca8abdf6e996caaa4fb0e5e3c65d4db78c570 0.00 MB 1 0
92,307 92,307 00000000000778bb1f3f4316844c32564858e2decf5570dd253a691cd9d092ad 0.00 MB 1 0
92,306 92,306 00000000000e27811e434cf297206519487c76d27aeb78d34e4d4bb015c63911 0.00 MB 1 0
92,305 92,305 00000000000bc886599d4760b719255f14a37d214b781f2349e92c951dd7dd71 0.00 MB 4 0
92,304 92,304 0000000000063c0b259c4b1b61c7815e41ae8fee9b988c10f0854422cf7202a2 0.00 MB 1 0
92,303 92,303 0000000000032657c7fa17287090c228adf60599d3365842eb8b421e701e1e49 0.00 MB 1 0
92,302 92,302 000000000008c71b0683b4c2cf2cc487e2f6b9ece3f4337b3dec8eb8c38d4a64 0.00 MB 2 0
92,301 92,301 00000000000dc865752bda04653e49ee94e3aac62b109b6addb00b024843a115 0.00 MB 3 0
92,300 92,300 00000000000128669f396328418dc4bbfd55449c8a21f8b747a19dfdb00dc622 0.00 MB 2 0
92,299 92,299 0000000000005a6f7640f15ad5f70fd46d65a4129364e1b3bd41171b0988e541 0.00 MB 1 0
92,298 92,298 0000000000092a4d731deb8235eeee6d3da3c273c1684c6bfddb830933659018 0.00 MB 1 0
92,297 92,297 00000000000debdf5a68faa0bde181be64c01f22a47a52e8c0e1cdc6ee85a642 0.00 MB 2 0
92,296 92,296 000000000001b59abff87653d45c06629ef662c937e57b1863c5d8f2cd56ae0c 0.00 MB 3 0
92,295 92,295 000000000003a9019370e3ecc5d00ca5d2f677061ba97859f97178440b0ca38c 0.00 MB 1 0
92,294 92,294 00000000000093e5b6540e7216d2e90ed531182bf57a6f2c3ac23a622f59d810 0.00 MB 1 0
92,293 92,293 000000000001f83af40d0aeab0077657fdc1fa3cf3ceb75000adff721dc45e8e 0.00 MB 1 0
92,292 92,292 00000000000bfa121c0b32511a756570c197ff941f96371f3e87fd3b2d608c97 0.00 MB 1 0
92,291 92,291 0000000000031560ba5156582b294f7439dd4a20cb1468b7426ef696f6c8ed2d 0.00 MB 1 0
92,290 92,290 000000000009d0fa430ebe0753e7e933fd5ed54fa8ebf91e878298862f580b17 0.00 MB 1 0
92,289 92,289 00000000000ad21079a070634b54edb42d6e4ba695f17678cc1fc7fe7e305eb4 0.00 MB 2 0
92,288 92,288 00000000000d54a970a46faeeb692acb4be0426d752ec50c25a8d1606cfa31aa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.