Memory Pool Memory Pool Refreshing

6,434 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (859,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,725 48,725 000000001d9b4756164664be4fffd6d1377ff7d12114b3219b9394ecfd03b1d9 0.00 MB 1 0
48,724 48,724 000000001b4d09b25a9ac23baf4dedb930222de08f33440b7388a55decf050ab 0.00 MB 1 0
48,723 48,723 000000001e630eaaa2d0d90622480bd75f60626353ca316fb89bc917f668e9e4 0.00 MB 1 0
48,722 48,722 000000000485b721a4d5138d7f80b93ce9f296403034bb3e739de3527636085d 0.00 MB 1 0
48,721 48,721 0000000010401a6caea5a2162d2d88bd556bbd28db72c681e3d576b4027be212 0.00 MB 1 0
48,720 48,720 000000000730985115dcd76014bddabaf3375d6ace51b9bc128949247e07365c 0.00 MB 1 0
48,719 48,719 0000000026ddac2580225ee2734ebf73958cba2eb54bcea4a5f4d8923baba144 0.00 MB 1 0
48,718 48,718 000000002806c97df20686e4f48ebe587fa393a6b3b0502026e9e1b4e09bfb76 0.00 MB 1 0
48,717 48,717 0000000014171826a12e6146d4370c3c1cc9f012ce2a7b9e1e3ff41272564219 0.00 MB 1 0
48,716 48,716 00000000023daf3b63b541587563aef1629db5de8d79419fb37babefb619f996 0.00 MB 1 0
48,715 48,715 0000000003c71edd0b7d72a17907b1b1895c1ecbd0c8cae8fe969ee761bee284 0.00 MB 1 0
48,714 48,714 00000000296a7f1a144eff0b27b1a21efaeafa05eba9dbc15baf92a4bb5843fa 0.00 MB 1 0
48,713 48,713 0000000001cce6505a38fdd39f6f125ec7cb3b8c42396dc6521c4261e785dfc9 0.00 MB 1 0
48,712 48,712 0000000015a6c871cd33baf8bea911cdf5ea9ad4be9b0fe268a7b899e349e871 0.00 MB 1 0
48,711 48,711 00000000077facc918cb2c26ba013e3cb8c296541b274dead27806144c3cb5f3 0.00 MB 1 0
48,710 48,710 00000000037610d67377fc492469dedde29cc5e5a6c91fadc26bd588a0df1524 0.00 MB 1 0
48,709 48,709 000000001a55d984eec2db42d8543fd7fd2d7094fc31e6041278d0b4061056d0 0.00 MB 1 0
48,708 48,708 000000001252c014bdc738ba3f30d829d3bb36521060b666cd4faba28945e59f 0.00 MB 1 0
48,707 48,707 00000000190fce9c5600eed997b18a8e925b1d528e1c8f489fc1cf1fe9eb34b6 0.00 MB 1 0
48,706 48,706 0000000015a1211597d8714390783f716de32bd3c3edef7395487a8e4f69164e 0.00 MB 1 0
48,705 48,705 000000001717a9af790ff794d371fb87cc24b7a6e46386a8fa749d14446d4083 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.35 GB sent, 100.82 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.