Memory Pool Memory Pool Refreshing

582 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (790,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,619 117,619 0000000000008f388d450ee21c41d9485d057efe04dbd0038abf5b8888dfd648 0.00 MB 9 607
117,618 117,618 00000000000033d4bfdc3ce1def5363c3c96961cc06f96a864d9db1c93a7d4b3 0.00 MB 8 334
117,617 117,617 000000000000242bc08d3ff8c250851f81cab96e24b915f7f452573f29819b4e 0.01 MB 13 591
117,616 117,616 000000000000501fbd78c8b25ba2dcceaa0f941bb984fc546883ee861f2cac91 0.00 MB 10 316
117,615 117,615 0000000000000253e8e85d655d86d6f9b67edfec336b2ea89bbf16c92e265538 0.00 MB 15 224
117,614 117,614 00000000000066318dfe0891e4b0ba1abacf628e66dd22706258b12058e4f088 0.00 MB 7 3,880
117,613 117,613 0000000000008ae33cf3d8770b5e7b0655266377fca07cc8d173fbd232a397d9 0.00 MB 11 700
117,612 117,612 000000000000aaaabd5e1c28a28a7482cdd84ce6a5bcda8f55742120c0cfe67c 0.00 MB 10 0
117,611 117,611 0000000000000fae629654108c732ef51df9cf15510eb80584cf25bd0e8d5782 0.00 MB 11 0
117,610 117,610 0000000000007eb7ff9b5b7e9a4cf0c0b171db0ec3456a155cb0bceb6f72b492 0.00 MB 9 433
117,609 117,609 000000000000c87519a88ca64c66affc203b8589c1eda4bdfe2158c8104164b6 0.00 MB 7 325
117,608 117,608 0000000000007389c7aab9c6db4668f998ec553c04915b25798f49bf427fa759 0.00 MB 10 574
117,607 117,607 0000000000000c3a7b6ee3a74e746e4404609ac203b651b8513ea38ea9d803fe 0.00 MB 12 408
117,606 117,606 00000000000013c750eb6917147f501a796f97b32d6eeb598f321fe8a2a733ac 0.00 MB 7 0
117,605 117,605 000000000000391f37c2ca2736c2545a04c5a46bc55dc9aff59efeb37453b31f 0.00 MB 6 347
117,604 117,604 000000000000406dbc8d481ddf70ae5c63921c4b7aab3cad62bc5ad1031d04e1 0.00 MB 9 0
117,603 117,603 00000000000008e009ade8a162b269ec8f59e7eae74779eb92c55c45ed3ab13e 0.01 MB 21 135
117,602 117,602 000000000000151c6101eef1475535a9e5b0f4ee903a76d027a82e2173b288db 0.00 MB 6 4,091
117,601 117,601 0000000000006b5aa8727a22c2c4afcb59dac35bf2d644f24c3ab2afe6e4d9d3 0.00 MB 4 0
117,600 117,600 000000000000361674f68680e304b78d2cfe786508b4adb2f41585ff7329bbea 0.00 MB 6 0
117,599 117,599 00000000000066d98f61a36da13263d36359b13288c20ce03e2e8fcb3ccc4b5e 0.00 MB 15 1,047
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.