Memory Pool Memory Pool Refreshing

9,422 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,468 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (769,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,339 138,339 00000000000003b259184e4b5805d47e03d59b29024a251e7aa5f3caa8c9a781 0.03 MB 89 113
138,338 138,338 000000000000024f8c86e734cdcd9fa54ced8b6ab8e611b4fb2b0258bac82320 0.02 MB 55 227
138,337 138,337 000000000000040b7d9a1600c2962f28e1c476ef28758424dc2280ab09580af8 0.02 MB 62 74
138,336 138,336 000000000000016546f736fc0b06ffcf009f52e66a679ada7f04e6e770ad5db9 0.03 MB 57 90
138,335 138,335 00000000000002e997a0a99e470663421f8272736875d295f09ab926822b653b 0.02 MB 57 71
138,334 138,334 00000000000002969b23b5f950d94643651b43d4d08449a263fb8fd0f1f58846 0.03 MB 47 38
138,333 138,333 0000000000000102acaa090c8de4b84442f629d8b6d95b571560684a6edaa329 0.01 MB 16 1,467
138,332 138,332 00000000000003c7cce228c42b20535bbccfcd553afab45c97c2aec245372169 0.00 MB 12 0
138,331 138,331 0000000000000029640976d9a95ab42503c19dd7a302025e35acd7d7062c38fc 0.06 MB 138 230
138,330 138,330 00000000000002eb246633f906b4481f677cd902163eb6fe2cd2b820689156ec 0.01 MB 25 220
138,329 138,329 00000000000004f53069248fed69e4b17b8204c69f9c1457cd8c829e05c008a5 0.05 MB 149 80
138,328 138,328 00000000000003553a65f509bd67133b9ff77e0cbdae0263e1712ceae4e529c9 0.03 MB 103 2,230
138,327 138,327 0000000000000625fee485bfc3b5956db95870a6543d2cfe8f3a8bab788e50d1 0.03 MB 71 198
138,326 138,326 000000000000029120a2c9504dd860fa5dda8d83744a250045568067252ed23c 0.02 MB 23 58
138,325 138,325 000000000000057918a4b3522031c7ad54ba1475677e6cc3ac35b1e735841f70 0.01 MB 20 61
138,324 138,324 00000000000004a543630834c7931b35bb0ad361a3b79ba9ec63bf7d010b97ed 0.03 MB 86 108
138,323 138,323 000000000000070b00e147a6121082be6d5c7eeae384062ce37d094929bd5c7b 0.02 MB 41 241
138,322 138,322 0000000000000022efa330a936af6f196f2184b88f6a38acd02524129442d2da 0.05 MB 102 256
138,321 138,321 00000000000002588a1298de595c34830baf9b88202acd877158cf7404e5cdc2 0.00 MB 7 594
138,320 138,320 00000000000005fbb1a46a8197511b4474daa9447916f0b8bf332dcfbd095283 0.03 MB 96 155
138,319 138,319 00000000000004ebb68902bc4df0e00826c91375366ded8340a84ed37a97c8c3 0.01 MB 26 27
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.