Memory Pool Memory Pool Refreshing

339 transactions
9.89 vMB
Show Random Selection Loading Transactions
Max Size: 40/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,343 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,342 (878,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,268 30,268 000000006c1ac13ef93749613ad7f5460c90f693f9806ca4a72460da286b82f4 0.00 MB 1 0
30,267 30,267 0000000025bd7704f255a97c6abfa5d03103208fadf4178754ee96a458919a73 0.00 MB 1 0
30,266 30,266 000000001f73f216d96008c76af7c023246d4d4fd8fc82c72f0498f44321afc4 0.00 MB 1 0
30,265 30,265 000000004a958f973dcee63f255e59b57d818c997260fa2c056e4c726535ebe0 0.00 MB 1 0
30,264 30,264 00000000a699eab0584709404fa5e7c9c26f28a524809a3fd07c67571bc295e6 0.00 MB 1 0
30,263 30,263 0000000034b988c2a82558fd1d45da702ed5eb24f5964cf6011211e2eb1ef89c 0.00 MB 1 0
30,262 30,262 00000000ef197f22d19fa430475585771c8a2651cafb9d948db7de8390939a8f 0.00 MB 1 0
30,261 30,261 0000000012ffc15f46745ecdf2a258cff00536fd456673c30847cf720517d485 0.00 MB 1 0
30,260 30,260 00000000e5fa65032bfca0d0a3b20850f8cbb78cefd96cde1ed9e7f0668d86c0 0.00 MB 1 0
30,259 30,259 00000000f360738a329c938c5fc6e2163675483cee32bd5b9c766002cb38e760 0.00 MB 1 0
30,258 30,258 00000000c4d83297e78460e8bd27e8aee9f9eb6c745a3f87f5c1a727eb7a7097 0.00 MB 1 0
30,257 30,257 00000000c202479738db1d6fb9c3c429f9941ab0b5b770302d13a8cefbd255c0 0.00 MB 1 0
30,256 30,256 00000000cb78a6cd603b263af31ea653efea82c1a2908265e62cd4fd96cfa9e9 0.00 MB 1 0
30,255 30,255 00000000f74e75c8a13bce88e2063dfc4546de318586d9acaeb596e8fb4669c1 0.00 MB 1 0
30,254 30,254 000000005cbb8cdbeffe14ac835dfa9d7578b150027f20d0aa0d75fe9d90b7af 0.00 MB 1 0
30,253 30,253 000000003f6d19a1bb2677af8e0ee4a0971d3aa86ff7a11bd154ed4f63f17b47 0.00 MB 1 0
30,252 30,252 0000000031e9f6692c05ae7ba3ccff39105d2198c99fa1bc0512a169fab1fa8e 0.00 MB 1 0
30,251 30,251 000000005f117b2e692e8f8b17fc5d1b2bdfe8ebf3e8a576a844b663d357f351 0.00 MB 1 0
30,250 30,250 0000000045fd599ffd3a8fa17ca4ad23e54d9f97bf68eef1b74bbaaf1bbd4d97 0.00 MB 1 0
30,249 30,249 00000000ecdfeedc29469f7fdfad0cfc19a2a06dd1cb1d5e515eb3b718632d13 0.00 MB 1 0
30,248 30,248 00000000b279e5453fd88fd530510e364cd8490accedccdbe4fb592b322023b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.78 GB sent, 98.78 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.