Memory Pool Memory Pool Refreshing

1,783 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,468 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.53 vMB 1,783 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (878,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,278 30,278 00000000989e3691d9161cfb8ee98892e1395a6c8a08dce340f3f09cf20bf81e 0.00 MB 1 0
30,277 30,277 000000003aa7b1ce99cea985f68a6935dae99bf52536ea5cd9749506cfbdfad2 0.00 MB 1 0
30,276 30,276 0000000050faa31051ef39a9b47fac4baeecc38d949d8248261e948df1b1bf82 0.00 MB 1 0
30,275 30,275 000000005952257c89224ba1528edc9cb374afec1010425fb99314c9dd825028 0.00 MB 1 0
30,274 30,274 00000000a9e6abe239c092ffe2899cda56404d3d482a387f217c7c82ac0c7edc 0.00 MB 1 0
30,273 30,273 00000000e8fe889729c01fb077f2a2111847395106edcfae00d242f126d949b4 0.00 MB 1 0
30,272 30,272 000000001c25aa01219fd4ec7980db0264a3366d2dbed8516e5d18e2263fe531 0.00 MB 1 0
30,271 30,271 00000000d28578d5aab3d5b8a0db48e83a29d5e8225676431ad914f3c9224c0f 0.00 MB 1 0
30,270 30,270 0000000067ed00550c6f52826dcbcb1eb0468fb62ee77d091e62b4fa4c1f17a3 0.00 MB 1 0
30,269 30,269 00000000dea1187a1ff8b4318f58a7ec0ec105cf99008b396a6bb5326936a5f5 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.88 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.