Memory Pool Memory Pool Refreshing

2,765 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,755 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (565,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,384 342,384 0000000000000000133d12cca3c1d56a83ffe2610bab1a0b1956cb17ebb433cd 0.48 MB 959 28
342,383 342,383 00000000000000000e2b7f6b620a0aa0691f2560d9330b90074dae6c4e67d736 0.09 MB 187 20
342,382 342,382 00000000000000000e436e8fae6c9dc46d668293f924b645fc601ee68077ae73 0.68 MB 1,236 24
342,381 342,381 0000000000000000073cdbbe2d223ed9183a2e04042da7367caca72f78cd5d5a 0.01 MB 40 30
342,380 342,380 0000000000000000072d693475ee6989328f3e8173526f1cc9abb33a1602278d 0.20 MB 376 21
342,379 342,379 000000000000000007f305894b983796e784c824aa9d895d1f0dbe1e0694c1e9 0.16 MB 301 26
342,378 342,378 00000000000000000c6442ca584ca592f65c4d77126b96430227585278af9253 0.02 MB 25 9
342,377 342,377 00000000000000000e9582ff94517361b32270ff372d44fcde4c774b5febe9c9 0.14 MB 288 25
342,376 342,376 0000000000000000062c2b9d6a55d22263993595d8297bf47a792fb8142f2cf6 0.06 MB 104 22
342,375 342,375 00000000000000000c650d7e54a49bf19ce2788a71d35e6af581161566d55b28 0.84 MB 1,875 28
342,374 342,374 000000000000000008b15ce3f1f0431e2d37acdce289e89500d41e66c6987522 0.14 MB 393 32
342,373 342,373 0000000000000000078e3b1afdab5709309aa1dc138b0519543ee4d7ccbba63f 0.26 MB 520 26
342,372 342,372 0000000000000000177ec91168bd1bf6a3eb450562b238466b3ec69c45ff61fb 0.15 MB 273 24
342,371 342,371 0000000000000000090770d9b42f7a9711be3c0fc9ec56a9785586278fa4d3d5 0.05 MB 116 28
342,370 342,370 00000000000000000168292e51160b4538607bc32c22706deb9ddfba7d2b5469 0.11 MB 194 23
342,369 342,369 0000000000000000186d01c78d9140831cca99f24c839b1c3da650a5002b8c0a 0.09 MB 175 10
342,368 342,368 00000000000000000e88e5cdd2068d9a1660fbb8caaa8943ed94346fe699d41b 0.20 MB 420 29
342,367 342,367 000000000000000019bf23dd282f7874ce8a00de33ae9c808ee80cf737011fd2 0.39 MB 760 24
342,366 342,366 000000000000000016051636f675e8d5dd2c7019fa36a0b210ccb43c4a3420a3 0.47 MB 885 25
342,365 342,365 000000000000000009199bc5d9bd63a6890fd1e2b6f946e29df42b7ce03b6f78 0.04 MB 105 32
342,364 342,364 000000000000000008cb647d856f3d2c8636da6788392f3fd9a03cf9ee4e46d3 0.26 MB 463 24
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.