Memory Pool Memory Pool Refreshing

7,885 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (693,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,754 214,754 00000000000005895b4232e70073885fc51ba8558b06e8046aa3609485f9a0e2 0.00 MB 7 60
214,753 214,753 0000000000000238a086192f4b601cff1f9b092e0c268c95fa403963f3c424e2 0.03 MB 61 189
214,752 214,752 0000000000000150e1568eaaa03c17cdcbbac5953522085dbae33e28f82f6a79 0.05 MB 118 84
214,751 214,751 00000000000002dfa0f811d4b987dace7d2cb4e8d0d557b3599d7a175ab36d0e 0.02 MB 17 61
214,750 214,750 00000000000000a1d418aed0342a778b8af7d8329282ca18a73766bba1146954 0.18 MB 325 202
214,749 214,749 000000000000002dbed6c55a431190fcda568042e7ccc567f637fdb674e8df72 0.14 MB 265 153
214,748 214,748 00000000000004befff3c986df11bab719ff5b75edf5e0b2c18419e839c1221b 0.07 MB 128 153
214,747 214,747 00000000000004d2d8518972e428fe479c962d943f4bbc8a36f74cbc5cf5e41c 0.01 MB 15 137
214,746 214,746 000000000000051fb2fb00ebf73d9b5179b1b22e06d9d2050b4e7557feedff7d 0.04 MB 100 207
214,745 214,745 00000000000003120446b3865a727c0db81fce69b57d0ace9ca5b6e90464597b 0.02 MB 53 184
214,744 214,744 00000000000000a3e47b29197685d975262b0fdbc19e4dfa78928b7bac190773 0.06 MB 134 128
214,743 214,743 0000000000000026d0454f66f99e881a0597e96ed210ddf83fd9e0c81936df6b 0.19 MB 492 186
214,742 214,742 0000000000000574489c585d6496c202e27c03bedf635f48e80c762ed7f8428d 0.17 MB 413 190
214,741 214,741 000000000000024b900ff2122e250b730c5504bfef65cbbf6dc6274b2e976ec3 0.20 MB 368 146
214,740 214,740 00000000000000ff81014f96678dd5dc324330f41615c771a072a153edb82fc2 0.00 MB 11 21
214,739 214,739 0000000000000288c8a93ad97c609cead01341eb01efd659535b6e2cf7731e42 0.07 MB 248 8
214,738 214,738 0000000000000348743cb3dbf2ecb757ca752b5835022091b1e433f1fbcfd7ec 0.24 MB 583 177
214,737 214,737 000000000000002d60cf57a9be1ca4b588cde8eec2052cd6dda58451413d47d6 0.05 MB 184 34
214,736 214,736 00000000000000a7700f5055d0a36455bb4ab2149443f84b1384c5326bb50e07 0.09 MB 218 125
214,735 214,735 000000000000010eb93e04af8a9d588139452c2ab20bcd6686985b2276d08977 0.09 MB 227 161
214,734 214,734 00000000000000ea1d32f19598cfb12199be2946cf16f9442cb0f75ea4642c19 0.12 MB 287 165
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.