Memory Pool Memory Pool Refreshing

6,382 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (885,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,042 23,042 00000000b2cbbaaa67ae95b81a2ccac600c7f106c3ec7d288b6e117c6e1d27bb 0.00 MB 1 0
23,041 23,041 0000000042952c83982d2d591eeaace8bdb47800580af8c87279e255a87ef029 0.00 MB 1 0
23,040 23,040 00000000f2e5911159e31f28599a3a0526fe49eddb198fe14afdeee89995030d 0.00 MB 1 0
23,039 23,039 000000001aba0a610e288f583ac2d76ff87a9b02dd22d62ddbff4613c35d2eb5 0.00 MB 1 0
23,038 23,038 00000000e50bdd891d285a934047b5b7b7057d1265a49326f67addf65de665bf 0.00 MB 1 0
23,037 23,037 00000000cf04fb1d7d5422c897c0dd2b55a825b4f44dc8a037109a45f7159275 0.00 MB 1 0
23,036 23,036 00000000985ddeec333308d6bee23f19ac42d7221e7ad87f60b461cc2b215e99 0.00 MB 1 0
23,035 23,035 00000000eb682895940723f0d256e6fa98639af7398984abda77f490036b2996 0.00 MB 1 0
23,034 23,034 00000000242c97bb5535188b0b52fb694fcfb88a12f368081e62785a33da5623 0.00 MB 1 0
23,033 23,033 000000002bb8e03910729bebc2e1d783faa33f2857139a1de0a7a80dc1730a81 0.00 MB 1 0
23,032 23,032 0000000061b199fc5b9db5e7841ed6ae5867ef66ba66372f631c60964efc9221 0.00 MB 1 0
23,031 23,031 00000000bd19df27ffe3916c987ef483bc918a59891c9ce37232b572ed94651d 0.00 MB 1 0
23,030 23,030 000000005e99f7b88296ee86cb05c13c53ae868ec03380d08c509fc0164521e7 0.00 MB 1 0
23,029 23,029 00000000cc04e29b849162b408365920b1eca04e11fd45ccc415717fdecdd846 0.00 MB 1 0
23,028 23,028 000000000c8ba29e6c8418863d8315f3b48db75edcddbcd41a6127a8cc3ef55d 0.00 MB 1 0
23,027 23,027 000000004a96a62831314add56086b56f6605e44ed4e02a58fd2759d200fc23d 0.00 MB 1 0
23,026 23,026 000000000dff4cd476817635c3284e687642e16f731e9f9793d778efb4b26cc0 0.00 MB 1 0
23,025 23,025 00000000282e70f86cd9b88e69e99e8825725daffcf89e13dab2002942cec635 0.00 MB 1 0
23,024 23,024 00000000e096fb608657d173f4af304931252ee5d8e1b3f720906e94216b907a 0.00 MB 1 0
23,023 23,023 000000005cefdf20b0800d8cf46c7a7bf44753d212f4c5f06f637fa49d9fdd1b 0.00 MB 1 0
23,022 23,022 00000000f3cd80a8cf8a5ebe8ee394e734f254e5b12614f49b168c28a4bd1aa8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.