Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,008 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (568,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,474 339,474 000000000000000007571a2167603f97b8afeae38b5a81c89f75b49da99df902 0.81 MB 1,283 21
339,473 339,473 000000000000000005de4dd9af08d1f543a90a9300b2631ba5176e5b4568b83b 0.50 MB 1,010 44
339,472 339,472 0000000000000000116410c64d9c8579b77b8cb62d28133c4dd71868f816e9e2 0.08 MB 128 20
339,471 339,471 0000000000000000064b8701e89ab0a9c384d559db833dc0c7cd8cf9d0dae499 0.72 MB 1,310 24
339,470 339,470 00000000000000000d0d735ae05e48416e68654d9bb58482327aa07cb62d6ad1 0.07 MB 128 23
339,469 339,469 000000000000000009b51228121edabf8fc45287d47c3e7fc2a15fa6b90acf55 0.01 MB 16 17
339,468 339,468 00000000000000000f6d438630dd14e049bebac8e147fdc9d0471ad18a07ae13 0.14 MB 211 19
339,467 339,467 00000000000000000dfcfdb6b07c400aca16a30a5d433c15324087cb2ea69f4d 0.15 MB 334 27
339,466 339,466 00000000000000001015798956ac39c9d10cb0d9117bd8a47e4b6239d2e1b266 0.68 MB 1,232 23
339,465 339,465 00000000000000000309277aca376baac24bca5d1c2b1c46bca604826ded7b45 0.21 MB 558 36
339,464 339,464 000000000000000003e2a549d7150f44fb6209b3f94122625e991230765bacda 0.04 MB 128 34
339,463 339,463 00000000000000000dea7a7c3103aea61238ba2c0a89225265980920263f1435 0.04 MB 91 23
339,462 339,462 00000000000000000eca0f8102798a4b0df2d2e8e4998484850f6b5ee26dbfa2 0.25 MB 317 19
339,461 339,461 0000000000000000119f2770997c3486d8f7e7854c34dd99489a0bf79fce98d0 0.12 MB 256 28
339,460 339,460 000000000000000017f4d893e29b1e5b0ba5d65d0416aed997afbf836c63f17c 0.72 MB 1,344 23
339,459 339,459 00000000000000000aa65c2482935c5a7e53b7d4c5d4e63666b5d4f7c5a7fb8b 0.08 MB 128 22
339,458 339,458 0000000000000000163286a58e3a6689bd9737119fb4e2c67a3fae83ca029e96 0.24 MB 512 28
339,457 339,457 000000000000000013d78bb068e5f8c449dd37c852f770790b02130aff6acdff 0.04 MB 53 20
339,456 339,456 00000000000000000da017f143202c504bb0ddf5574e12ed86c81a45f847df70 0.06 MB 118 23
339,455 339,455 00000000000000000b1870e65ee74354b3ac2af08b391ebccd38759213a3f3ad 0.13 MB 230 21
339,454 339,454 00000000000000000e0b5bb950dd6446aa423956fdce88ef19c67798960b7b61 0.25 MB 492 22
Previous 10 blocks ↓
Total Size: 769.56 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,649.18 GB sent, 95.73 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.