Memory Pool Memory Pool Refreshing

10,083 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (651,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,312 256,312 000000000000002132822bd27a89b73a722db1882a93ee3fb955fc90e185bc5e 0.10 MB 257 132
256,311 256,311 000000000000000c10150feb7fca04dac4ffe51fd1b65cb786a28394e4f15a9a 0.12 MB 315 129
256,310 256,310 00000000000000019d219483d1b58abc6e6e4d2a147eaa9dd872f17be08b20ea 0.02 MB 34 50
256,309 256,309 000000000000000a00fd2b77b9808adce5a65a7ef665f9a1e537453548dabcf1 0.25 MB 656 131
256,308 256,308 000000000000000696591811eb1df654a2ee33056bb8bfaea7024a6e1ff46ae3 0.20 MB 488 102
256,307 256,307 0000000000000017771fa7ee6475fb0214c27f4bf9d05add8f0ac7d61d03b469 0.00 MB 16 262
256,306 256,306 000000000000000d884a8219f18d692d9a289bed1ade63ea2fe458681de87d93 0.16 MB 406 116
256,305 256,305 000000000000001a1be9fab4bc79a801932b364716ced96ef324de80b158a67c 0.09 MB 224 108
256,304 256,304 00000000000000312aac75a02b0a1a704c80d00943284d98b7b290a150936718 0.07 MB 185 124
256,303 256,303 00000000000000232c0aa351c33716d7763d6ed2fd31cac929d03711dea15557 0.04 MB 101 110
256,302 256,302 000000000000003083e3e983f998ad82a3dee8678d718c50947dcb1ba95f492b 0.21 MB 552 120
256,301 256,301 00000000000000119a3ce9b6ba7951f3d377b3218bb1be68e48434b5f8a5a9d5 0.10 MB 255 105
256,300 256,300 000000000000001b0326c319e92c6b9da767ef4afd124363307a6da3d902fa0a 0.15 MB 334 100
256,299 256,299 000000000000000e31ee80d1bfb86f6afda5f01cc7fbde2fe4ad6b9ea5c64ce0 0.15 MB 350 99
256,298 256,298 00000000000000105bd14a20434bdcd0ee740134893cf84a88421fd3e33ab983 0.14 MB 327 113
256,297 256,297 000000000000000a5ad1f21d83c1432c8562d8dae8ba6b225a3b1ba85acce7f6 0.10 MB 180 62
256,296 256,296 000000000000002a6947553bbcfb982ca718cf2a4cac7dd1b08b035be2964f7e 0.09 MB 256 70
256,295 256,295 000000000000000f1fd8011fb66ce8df84fb0f2f1b963e0e3cdbb3617f59b7c7 0.25 MB 595 138
256,294 256,294 0000000000000020bb674a462e0c4a656dce0cd89a96d32beba275afc66512c6 0.08 MB 198 93
256,293 256,293 00000000000000003141cfb167866059105db3bb1cf035f6bc85b53ef85b92ae 0.02 MB 67 24
256,292 256,292 000000000000001857b4bcda0878dd5a25ffb28add7b9ce33ccaf2f6024e42f8 0.36 MB 560 57
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.