Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,995 transactions (2.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,590 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (849,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,787 59,787 0000000007c45a855c24271fd3fdffc139d9fb64e887d89885a9d24fe5e08688 0.00 MB 1 0
59,786 59,786 000000000d4a12a7fc4fb68c4a1fc4815cbb14404e4e47be11bcec8729c56cc6 0.01 MB 3 0
59,785 59,785 000000000615b3e51efc98c829cfce5735e0b75e32b4ce1cd3a1361044e37b32 0.00 MB 1 0
59,784 59,784 000000000db8dbe8618f84373076c44be67c5858543945c465de07cc5dcbf8e8 0.00 MB 1 0
59,783 59,783 000000000d03ece1b91480b51553c287907ac5c26c448b607a2684e18cc8b122 0.00 MB 2 0
59,782 59,782 000000000514c0a96df3e8a69182e6968bce7ec30b1c3ac068400940b3be20c2 0.00 MB 3 0
59,781 59,781 000000000a3b7202b1617af7a540de6eea80b6528ccb1483174a7a25fca8f26c 0.00 MB 1 0
59,780 59,780 00000000019772f6b87f1a3613a637bd1a4dde3545279bda986ac02def645d34 0.00 MB 1 0
59,779 59,779 0000000002103b0ae74cfdc2e52375b918c4c6cdd22304b8113ebd9223286ff4 0.00 MB 3 0
59,778 59,778 000000000519301d137705f2f562a3ec6e04532ff1d7e7866b312c1e85f687d0 0.00 MB 1 0
59,777 59,777 0000000006c8e84ce1ebcceb25f4a4da2ae71d8996dfc4ee93a07f8824beda59 0.00 MB 1 0
59,776 59,776 000000000af94acfeaf426dd8d40745e54a0899b3db9016d6ea69f8e3b07cd54 0.00 MB 1 0
59,775 59,775 00000000088e938ba94759329b4d90221e340fde2b9ac6e1edfc028cbbc22c5b 0.00 MB 3 0
59,774 59,774 00000000057e4d7545bb5948b5a4090a51734990950b0a96294652f45bd9d344 0.00 MB 2 0
59,773 59,773 000000000e65b2bcfc9f8a2eebf270b3e94ffb79d4aa243a4b3584ccfec05040 0.00 MB 2 0
59,772 59,772 000000000128d8a10d95d8d9390394c50d4eb7529036546ad20964efb824d08c 0.00 MB 3 0
59,771 59,771 000000000c9d80ec3d430f36d6529109a59ff8e880bd897d106273faa845227c 0.00 MB 1 0
59,770 59,770 0000000002e9d2c2d2ca8c643e48e27310a7752128ea7328f3f8326ea3140a48 0.00 MB 1 0
59,769 59,769 00000000075b60ada2739758eb0f54c7a53fd7d7beefc942d9e71ceb0464695c 0.00 MB 1 0
59,768 59,768 0000000009eb30f8d59442eed46d3d02d6b4e5b4d7cab80cf8113da77ca18e70 0.00 MB 1 0
59,767 59,767 00000000017597d829eca257d412f72e73d5a49c3efaf8f89e408bd4145311a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,107.02 GB sent, 111.89 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.