Memory Pool Memory Pool Refreshing

3,224 transactions
14.65 vMB
Show Random Selection Loading Transactions
Max Size: 60/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,017 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (823,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,473 84,473 00000000002d69767852b28c5b198ed50c8e639b6b0649ac02b08d61521432c2 0.00 MB 2 0
84,472 84,472 00000000001c21b12d9e9d6d2664d301329dfc27a72e4056dde56b74eb9a12c5 0.00 MB 1 0
84,471 84,471 00000000000cd5e943271d2b5bcbcf8062f95f34fa34401f11fe143665b0a1a1 0.00 MB 2 0
84,470 84,470 00000000001fabd070aca35a1443cd4d569744da225d5975753ca9dd3cdb1840 0.00 MB 2 0
84,469 84,469 00000000002dd26b2ee66d58af0213b64ac9086c44bd18eb09892019f455972a 0.00 MB 1 0
84,468 84,468 00000000000d4d262afd5acd12e4d5f1376dd6406b189b3b2c051422f1f5a72b 0.00 MB 1 0
84,467 84,467 0000000000169530f68c7ded2140a63487ec9a4b3e562969932fc3c0e2cb9012 0.00 MB 2 0
84,466 84,466 00000000002a27b157a9a10600d9da81ecf683bf8e13b95b3c973d9494081637 0.00 MB 2 0
84,465 84,465 000000000006a4e32886991e02212b3cee48726642fb5cc630cbbd48207d8b04 0.00 MB 1 0
84,464 84,464 0000000000310ae109c51efeafc1466b34fcb1f6a1d1925be05dadf361d6392e 0.00 MB 1 0
84,463 84,463 000000000028c2bdcad4aa5bd4097c7581b61373a7e0c904a1103b4942aedab3 0.00 MB 2 0
84,462 84,462 000000000001f746c33bd76ace5f8d3ae6e187c8b7f0011f90dad52e16a47002 0.00 MB 3 0
84,461 84,461 0000000000254cb84cbb8ca4b1a2c6f4d15a01af80ccfa9ba243c06a8aba5a46 0.00 MB 2 0
84,460 84,460 0000000000060af2631eb2dc238985d1f8e27279d75a5bfa123febb0f478719e 0.00 MB 1 0
84,459 84,459 000000000016c1b7fdf50d891d1c76603e3a22831d8956c5c5d4170cd1865b4e 0.00 MB 2 0
84,458 84,458 000000000023b87c1575a90ea100af8784571317d8f78b7e076f517faa8735cb 0.00 MB 1 0
84,457 84,457 0000000000039799efc93cc70c51e13fa7695e415897e9c744254d46829c3ac8 0.00 MB 6 0
84,456 84,456 00000000000d6e3de0e459cbaf3e39e99d4ac4ca696ad04c1934fc762e726cd3 0.00 MB 3 0
84,455 84,455 00000000001ddb1e5acb4a4943f50b3d923870b1223764637f264e9fd426c4f3 0.00 MB 1 0
84,454 84,454 00000000002d4eb91e14f1e31210e1a46f6df3afbe0ec0f75500a4ea7cea2420 0.00 MB 3 0
84,453 84,453 00000000000882bf825842ee1bdf55fbb81deee58b82eaa807ab24ea360a1736 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.