Memory Pool Memory Pool Refreshing

2,558 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 2,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (195,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,373 712,373 0000000000000000000a2871c4ff176330e0cc56447212890c266f9bd035b2e4 0.17 MB 399 12
712,372 712,372 00000000000000000007d65120583556097b324aca02d36d8427bc99a3da279d 0.72 MB 1,267 10
712,371 712,371 0000000000000000000b24a051f0000cadddaaf013ff18bb749b67bd76b732bd 0.50 MB 931 35
712,370 712,370 00000000000000000004c86f017a3e00823995ed1f46f2a1383dfbfea31bf180 1.01 MB 1,698 11
712,369 712,369 000000000000000000062d8a61a4e68f7875c95a3617e16dc5cc9bc34ef9cf30 1.04 MB 1,984 10
712,368 712,368 000000000000000000045c66aba4822f02e3873f19d67e87abe64c22328bef5c 1.64 MB 2,840 4
712,367 712,367 00000000000000000003170abe2aa3f384c840a07b864ac3a72d53f9d38a5cae 1.33 MB 2,191 20
712,366 712,366 00000000000000000004b43673fbbbf094885ca5568f5e178ce97a0c6bf5e8f8 1.54 MB 3,473 4
712,365 712,365 00000000000000000007a95e5d5530222f4581c3067746ba6cd55ed58c54d8aa 1.45 MB 2,762 14
712,364 712,364 0000000000000000000ac1e8e625cb0eb0c71c00200bb433a70f416273b23883 1.37 MB 3,078 27
712,363 712,363 00000000000000000005245b2a5f4d9978196d228a5e9500009212bb05dfe091 0.86 MB 1,745 10
712,362 712,362 000000000000000000088356c92cd56d996772ec19ceeed4a99f4056f881b443 0.40 MB 621 8
712,361 712,361 0000000000000000000014f77f2e254034853fcd6612cb1688679205914cba8a 1.09 MB 1,707 9
712,360 712,360 000000000000000000014854a0cde23178c8a7794f863f1c326e0897e147b4cd 0.78 MB 1,027 12
712,359 712,359 000000000000000000013cf0442086f6f61e276d29918f54b78a1b4e22502d0d 0.27 MB 654 10
712,358 712,358 0000000000000000000000b8c09dd61797ab1f7da1ab0159b2401354f23ccb25 0.28 MB 235 7
712,357 712,357 0000000000000000000abb99a4a4f56825f49d6d8ddb1efc30c1c58114195bc3 1.33 MB 2,284 11
712,356 712,356 00000000000000000002e562b17ee629c73f4fdb9d87b384f446532afdb3477a 0.28 MB 418 10
712,355 712,355 0000000000000000000389372bff9cc84da69a113f007f9e80fe32d2af4d3b1a 0.01 MB 44 17
712,354 712,354 0000000000000000000a4731ea99912b3bf6270b2016e3a67bebc950c94834ee 1.20 MB 2,295 8
712,353 712,353 0000000000000000000a4204b27ff451b4bfffec987f7992631259ebe3eeb1b9 1.55 MB 2,403 8
Previous 10 blocks ↓
Total Size: 769.57 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,650.39 GB sent, 95.81 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.