Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,235 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,222 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (853,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,830 57,830 0000000012b194640064532816bd0e43121540b21a867acf30f54a5773ce8818 0.00 MB 1 0
57,829 57,829 0000000001c456173cd5ac2f0c2493f3f86d15ba177ab0643c84bb9e38be2b83 0.00 MB 1 0
57,828 57,828 00000000092e0d402505f23ab0b443f7b8ac515d1c2d47b7fa1364cc2e7d10fb 0.00 MB 1 0
57,827 57,827 000000001588b22b06fddf71cf2532fc0c35ded32059f67b0ee659bafb90b008 0.00 MB 1 0
57,826 57,826 000000000964cc9fcc3aa6cdb6b8c43debe553a7b77492ec4cf893947054549b 0.00 MB 1 0
57,825 57,825 000000001563c24c2682c65a4bcc0038f67e36aae4a37386072658b18bc4370c 0.00 MB 3 0
57,824 57,824 00000000079edc93692ff4af31ffaf7357f9f696164e0bdb32328e8cfcedeb56 0.00 MB 1 0
57,823 57,823 000000000d0e320ab0c808d5e7df042595a9ef1c1296d593098fc79e94dbdbda 0.00 MB 2 0
57,822 57,822 000000000582879ca7f86a2747c3a7e26e5e9c9d21bcac089b3d6f937ba1fe9a 0.00 MB 1 0
57,821 57,821 000000000ed2d5070a8701a35f3e0e3f30574c83f9979e84e21682f774e999b4 0.00 MB 1 0
57,820 57,820 00000000053985a46d3add72e5f87f1e4b12d355f0696ff286a7f028be709744 0.00 MB 2 0
57,819 57,819 0000000004afd175bb62c5cba3430ac3fe9072886cae7f8b66586e272f4ff742 0.00 MB 1 0
57,818 57,818 000000000be11a7635d2301879d4f3658e8eee95a850a53bc8f931ac1102fdf9 0.00 MB 1 0
57,817 57,817 00000000056a77399ad92bb4d0264ac5d4fde09c9f4479da7832185cf3be44f8 0.00 MB 1 0
57,816 57,816 000000000f9a98fdd7c1b811accda930c745a862ab930d24b2b9f4ff7cfe79f0 0.00 MB 2 0
57,815 57,815 0000000013a5dfcf78a36c69eef893ad58ea2a5cd4866541ed5fcc253652bd28 0.00 MB 1 0
57,814 57,814 00000000076fcac4ffad136ed1df32c7efa4ce000947ec4b7aa3dc6dfe4036e6 0.00 MB 1 0
57,813 57,813 00000000036cb50eea442d40437afddc9c5bd365550921240ba8fc3fda86b3b3 0.00 MB 1 0
57,812 57,812 000000000fb7ee7a8d45a7691bc9b4197b64ec40544f347bb5dfda5f1fc50693 0.00 MB 1 0
57,811 57,811 00000000037b216ed15a9ef82948bc9712cf1cc9a399076e3a7f1e7a6e571eaf 0.00 MB 1 0
57,810 57,810 000000000ef28c64088f34f4292c2407c2401c6191a7f0db6f06801f4c89efa0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.