Memory Pool Memory Pool Refreshing

1,128 transactions
24.94 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (808,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,342 99,342 00000000000134da242f47a5ba793e0e15359c30b6f5fb37649d9f8648e33d70 0.01 MB 4 0
99,341 99,341 0000000000040795899204c5f26051e0e35a54d73e3ee65077fb072849594959 0.00 MB 2 0
99,340 99,340 00000000000146d205cc6d17a4c444fa0d92dc3d55ac93b9a53dc24701911d66 0.00 MB 1 0
99,339 99,339 0000000000000d4c6fe84c1c482112ac310033a5b69814d7c82ba1ac213b7ad1 0.00 MB 1 0
99,338 99,338 00000000000021dac18e6728aaa9969f379f88f23578e8ed1459644b6b4eb2df 0.00 MB 3 0
99,337 99,337 00000000000071c99dacd0becee5f047d5c3469ffe71de0f3b139eb75254fa3c 0.00 MB 1 0
99,336 99,336 00000000000019d2c666f836bed589684af745b537c92d383c56cde14b0500d8 0.00 MB 1 0
99,335 99,335 00000000000072c78735f9aeee1942d4619edd7b60ebbcb69bd19aaafbeb58f5 0.00 MB 12 0
99,334 99,334 000000000002858a7ee2991ac68a8a08fc360ad40e45be7977bde4beff5fd332 0.00 MB 12 0
99,333 99,333 000000000000833618241b8a8516fd2dab704cda9881de3889e5105f39751634 0.00 MB 2 0
99,332 99,332 0000000000029a908ff6ef14ee65a3aa07516e6f5a1dd34be8e45e300fde8a5d 0.00 MB 1 0
99,331 99,331 000000000002f4b9cd5b708ba11c49bda749a9092279776174726fb449eb922a 0.00 MB 2 0
99,330 99,330 000000000001d9c325e9604b78bd6d24bde715199a57793ac224990e010f3e0b 0.00 MB 4 0
99,329 99,329 000000000001b9578e50dfca631461d57be2b5e1f38dc3cefb0218d0d0b6f6d8 0.00 MB 3 0
99,328 99,328 000000000001bfef085e3f9238ffb43f74504f7b93da5349b648812985cad8a6 0.00 MB 3 0
99,327 99,327 000000000003b02a6c1d12a3e2d1c8b1e3332b28b57b07545fe446098b89d721 0.00 MB 1 0
99,326 99,326 000000000000476b55786541444f7e9abbbe7c351976378e8606b20fb01a5103 0.00 MB 5 0
99,325 99,325 000000000004448fff6d41630b21232b818c202d52d690451c376025bdb7f525 0.00 MB 2 0
99,324 99,324 00000000000276fc6f1479da6646a4a963ba7633b54e724a28b359a393ec3b45 0.00 MB 1 0
99,323 99,323 000000000002d3a6195536a3eb87706824a561264aeb960339e7ae9a183925cf 0.00 MB 2 0
99,322 99,322 000000000000ae821f7fe8df7fa7eafcadbbb2a0f62b15b0c7b5c53752026e2a 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.73 GB sent, 98.58 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.