Memory Pool Memory Pool Refreshing

1,761 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,756 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (802,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,418 105,418 000000000002f06f853d3fc376f70c079d7282052cb6e862ca1b4d76c0cc76ee 0.00 MB 7 0
105,417 105,417 0000000000020d90fc733bab62cd68702ff37f03a5e6a94ed951c2214d502e47 0.00 MB 5 0
105,416 105,416 00000000000173bfdc3377c4df9b5d0e8337d1b2414c03613aae07292609d92a 0.00 MB 6 0
105,415 105,415 000000000001200626c50720bea1e4c84a4374f8a98d3060e07ef976dde0b060 0.00 MB 7 0
105,414 105,414 0000000000000c23cb955034379d163ff56b157df37e6e5cbdb891c0aaea9371 0.00 MB 6 0
105,413 105,413 0000000000018af052209c35400498409f601bcaed171169f9dbfe84e3db1474 0.01 MB 9 0
105,412 105,412 0000000000014a5c894213420c3892e29955d7e4e3e7631ba51bf5ec20371fe7 0.00 MB 4 0
105,411 105,411 0000000000014940faec3a73a5c319bf814e12339feeb9e63171f57ba0da472f 0.00 MB 9 0
105,410 105,410 00000000000029d23c833433fb1409b94134e4e2457bfe2fba5262116afc7b20 0.02 MB 71 0
105,409 105,409 000000000001b6df2bb3db6cde231eb0d440295b58e38864e6218f8a766da1a8 0.01 MB 29 0
105,408 105,408 000000000002c96ec95f8f644553c5de772991880ab6bce050528502a3884a91 0.00 MB 8 0
105,407 105,407 0000000000027a3783812287964ed6db86a346743795036a1810a871afc6b003 0.00 MB 12 0
105,406 105,406 000000000002ecb845235a49c4add49f522ad3e2de288883829c4cecde383f62 0.00 MB 12 0
105,405 105,405 0000000000029923586a5fc624c0d8ef1f609d117ca13c8184808b0abbe9e9fb 0.00 MB 12 0
105,404 105,404 000000000002e9374b9012f632b6b29b3740e0348bc0e7b0564ec855cabd452b 0.00 MB 11 0
105,403 105,403 00000000000062b5ca21417677d9da32534305c3f73fedf6c210b5ed92cd72fe 0.00 MB 13 0
105,402 105,402 0000000000022be37827ed1f738f74d88f079d80f10735d8cd99be484956db74 0.00 MB 9 0
105,401 105,401 0000000000004ee81863aeb5fa976253760280abb41ef95dfb0491c5a9869229 0.05 MB 182 0
105,400 105,400 00000000000142257802d654804fb42e8262baef9705a772947b0449f6d155c6 0.00 MB 13 1,668
105,399 105,399 000000000001083c0f7b36ec5e1402e49404027b3b61ac54eb984d56e1a55461 0.01 MB 6 0
105,398 105,398 0000000000007705e49c7647b4c5fc69577e63d469d4335bc3f9ae8061e23ea7 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.