Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

506 transactions (0.20 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,424 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,423 (47,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,031 864,031 00000000000000000002f598c06c23354fcd64d249abce73aeacbd8aa9194136 1.79 MB 2,274 3
864,030 864,030 00000000000000000001c60bff61728e1e31809d70d74c2215be70ada491959f 1.88 MB 2,357 3
864,029 864,029 00000000000000000001c7f25cc7a0c42792a6e3ad761df100a1bf0b76a6237f 1.96 MB 1,591 2
864,028 864,028 000000000000000000024912534caf5e3700e01348ca7fb20d8ddf96d1b8ceaa 1.80 MB 3,130 3
864,027 864,027 0000000000000000000198947c2215d9bfe7fc3ec0ac7afc1a0f695e38a7b0cd 1.92 MB 2,232 3
864,026 864,026 00000000000000000002620c9feb66690e72d99ce3274f8a4a8fd94460279898 2.00 MB 2,330 3
864,025 864,025 00000000000000000002da2c298712212b5824398d17fb83d9d1c3a35577963b 2.08 MB 1,347 1
864,024 864,024 000000000000000000008095d0b0d95f7b8e0e0fa192a5b4329e28c8bf1300e1 1.62 MB 3,857 2
864,023 864,023 00000000000000000002940860270fadd8f375fad9491233eac91c2b1057f039 1.77 MB 4,568 1
864,022 864,022 00000000000000000002f8bb4c362e17c9fba2adaa712dc67825eebe6ac6de65 1.76 MB 3,221 2
864,021 864,021 00000000000000000001b7caabe519549ec9a2af222094a2692d4f347bad3445 1.79 MB 5,000 2
864,020 864,020 0000000000000000000156526305988abcb1cd01567dba6b28ba69820c6f6392 1.71 MB 3,792 2
864,019 864,019 000000000000000000032220a26d34ccf159d807c308181abe769c8f3e0dc40b 1.76 MB 4,638 1
864,018 864,018 000000000000000000006a93bc774a92b5bd4a9dcfb69de4c0ac03ca954737b7 1.67 MB 3,101 5
864,017 864,017 000000000000000000008a7ba4acef8c4b628fdd5159d9949de46ced88ae84f3 1.76 MB 5,247 2
864,016 864,016 000000000000000000025c9f1bf51c5d8afd02713766d1449d47c4bad46e5833 1.67 MB 4,013 2
864,015 864,015 00000000000000000000cd7937648a5bfab22c7308ffbc5a814ecdf201a18f33 1.56 MB 5,542 3
864,014 864,014 0000000000000000000115c4cbd42eab87cd33247847705707c4389cc3ab19f6 1.69 MB 4,860 2
864,013 864,013 00000000000000000000499d20f17d67d9cf1e59e4d3b14a78591150b67831c8 1.57 MB 3,934 6
864,012 864,012 00000000000000000000f158a2705b0b9a805ef66197520abd9aa9666c5f51e1 1.58 MB 3,743 5
864,011 864,011 000000000000000000016da9cbf64cfaab1c6c7967d9c9c8c6018eb6eb691dc5 1.65 MB 4,253 3
Previous 10 blocks ↓
Total Size: 776.03 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: 2,405.51 GB sent, 128.90 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.