Memory Pool Memory Pool Refreshing

6,008 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (565,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,148 342,148 0000000000000000004e20a49e417cbe85603ad9dcd4aa47dc191ae521bd5523 0.26 MB 512 32
342,147 342,147 000000000000000014dd113769f0c78562af1efe69d1c29142d33bd4ba9fee9a 0.08 MB 73 22
342,146 342,146 00000000000000000a0f2cd591bbcda1734160a5347aed56cdd0cc22d95afecc 0.88 MB 1,624 29
342,145 342,145 000000000000000001688e39dbcaf43458b64408b7b2663bf90f9a8d3af82795 0.01 MB 21 15
342,144 342,144 00000000000000001473247d6a87c0fbf241959efb60dd6e9e267b7900f70273 0.51 MB 855 25
342,143 342,143 0000000000000000091aeb2ac8e2d3a06034d5b4ed0a005d5bcf250e2d2ab1a2 0.08 MB 200 38
342,142 342,142 0000000000000000134794dd9d12bb216a14b6cb8f9aca34c83db57011f4ce26 0.17 MB 312 24
342,141 342,141 000000000000000000285ac7ca48c55c5bedc19edcbeb797833bb25912d54e96 0.10 MB 154 6
342,140 342,140 00000000000000000e389849cbe91010b0ed31e3bfe68e06489ba8ae83815e53 0.16 MB 316 25
342,139 342,139 000000000000000015817213267114bac057dc7b9782dc6c909e36a59eed64c6 0.00 MB 1 0
342,138 342,138 0000000000000000043c1002f90597b9b29939b513a1b17e3c19179efd0ac280 0.45 MB 657 19
342,137 342,137 000000000000000001ff16009b26c90f007a4a1045a489b90863ca58e7fcda5d 0.17 MB 512 43
342,136 342,136 00000000000000000b7c5becc5e18f647be24a4be5b8c981b883dd8fb8e5de17 0.32 MB 390 18
342,135 342,135 00000000000000000939c288f80a8b54b7ae962202694f1e720d286b19c2702a 0.35 MB 956 35
342,134 342,134 00000000000000001954d575d0ebf4d6a45f66d4554302c736ca325de13921bd 0.15 MB 222 20
342,133 342,133 000000000000000014d0ac3c68ce2e62319fbb9a9414e21e74c7ef22c9785631 0.14 MB 386 36
342,132 342,132 0000000000000000062bf4f737179c0b27ba522bb9cb8da0bd91d195e2d897bd 0.59 MB 1,170 26
342,131 342,131 000000000000000003fcf5c3636d51e0a4c5ef6ef784fe89d38056059824970c 0.02 MB 27 18
342,130 342,130 00000000000000001a30815fd5a6b64355fffc8abfd5a053454f06eb9cd47ab0 0.08 MB 155 27
342,129 342,129 00000000000000001147284185c00556955c1746e80b90f3525ec06990215104 0.20 MB 348 23
342,128 342,128 000000000000000012b9c046fda4068626df2ee63f1ba1688c2fab8a38ddfdab 0.06 MB 96 9
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.