Memory Pool Memory Pool Refreshing

3,377 transactions
14.69 vMB
Show Random Selection Loading Transactions
Max Size: 61/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,008 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (802,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,462 105,462 000000000000b54b80fa4247cc628b82441085aa48ba41ba56ca5e47f7e88c22 0.00 MB 1 0
105,461 105,461 000000000002367941c4133c89d27b44af555061c4087a6ddac145fb10770e7c 0.00 MB 7 432
105,460 105,460 00000000000107f9aa465545816f44ba912e1461a3353682f1ffcaf26c0af659 0.00 MB 2 0
105,459 105,459 0000000000029fa68fbb02ba4e18a4246a8eacff9a6f4139026dcb35353cfc82 0.00 MB 2 0
105,458 105,458 00000000000148dcca32f75bdc0e06b0fe8ec0aa36d7d86f3f71df55622443b4 0.00 MB 3 0
105,457 105,457 000000000000a73c18a3a719c165824ca446b659b5de15eda7ddeda05e85d4a0 0.00 MB 4 0
105,456 105,456 0000000000025c603c91773f0ae403339d5165cc3e0aef2c955d9d8c5232cf22 0.00 MB 3 0
105,455 105,455 0000000000013e2153be98012aeb5453e68e5745d345193a19aeca86e678a0ce 0.00 MB 1 0
105,454 105,454 000000000002e37630391708695d280372737dfda5d1785193b04f1042d31cbf 0.00 MB 6 0
105,453 105,453 00000000000151c939e4cd99c725b1e02cbf009e43a18073913e4da4e40921af 0.01 MB 3 0
105,452 105,452 000000000000f6303048573ad07ec185bf636e7d671e04b367cd5c1ef6ae69f0 0.00 MB 1 0
105,451 105,451 000000000002770dbc2c19e650b4c432696507c6dc155a064d8ed685586b26a7 0.00 MB 3 0
105,450 105,450 0000000000006c11a0a3973b68d80735a925af876767213e49bb74f7174ccff1 0.00 MB 3 0
105,449 105,449 000000000002e97f3cd6210c4cdbe39a89881a16333d30d94d1a5bcdeb931752 0.00 MB 6 0
105,448 105,448 000000000001a96b0f6a34ae355c61eb4893140747bb87239f1d2a04a3280450 0.00 MB 13 0
105,447 105,447 00000000000135c9d161ba24ac741815960aec2bd28a47e219d88635159916a3 0.01 MB 30 0
105,446 105,446 00000000000181d3bc89ed23d028ae0405862d8f00701ad0913ada25e4818183 0.00 MB 2 0
105,445 105,445 00000000000155e12ef3e4a22a2d5a3ac306de3656543678990d1b6bee29b3b6 0.00 MB 2 0
105,444 105,444 0000000000012b4259b70f0ce9fb36cf3d3316f9aa1738d044870bfa35c7a959 0.00 MB 8 0
105,443 105,443 000000000002c29bc121eb17e69ae7be275986c7a9d49372c7bc43cecbb2a42f 0.05 MB 5 985
105,442 105,442 00000000000002ec66505b7ffa04412d9f3dd8b5d7c3dcd074b28b3023ebe82f 0.00 MB 6 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.