Loading Tool

Explorer IconExplorer

Memory Pool

82,558 transactions
30.43 vMB
0.12121709 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt f8f10602379103e2d34090a680ad26b6582ec75662d03ec9cb46d9ff8d3a0459
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root eed0502cca2c311aa424594250507c0b7edc6b4ebb2326b87697438562c39096
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,097
Size: 1.00 vMB
Total Fees: 0.04243487 BTC
Feerates: 150.85 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (878,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,834 36,834 0000000096e6bf4adf9f3ccd423169ec34c6a4f17e46a4a540d439949b9ef822 1 0.00/1.00 vMB 0
36,833 36,833 000000001475644dc05a0d08764dd2a04180da4f444b82916a42f0b3d2a23e4d 1 0.00/1.00 vMB 0
36,832 36,832 000000003ff4745a494e9035bd9a89da4e169469bf7d6be383de9618b374f073 1 0.00/1.00 vMB 0
36,831 36,831 000000005ca9f835fc998e8419dc19ab3ca969b5872186d5267fa502141ea240 1 0.00/1.00 vMB 0
36,830 36,830 00000000183526c22d5be49455e4ad2d0add23244e0bb15e73e96a461af16053 1 0.00/1.00 vMB 0
36,829 36,829 0000000069c071283058fd01afc230eb7950232ed1f0aa0b1e75b7d980c14dc4 1 0.00/1.00 vMB 0
36,828 36,828 000000002025ada4d4762e4312d64c5bf58cc0d65bd5f97456a2e0ce0b44e654 1 0.00/1.00 vMB 0
36,827 36,827 00000000b87309d81b8e7fd2c7ad5919f829c349be965400272fd52718a1209e 1 0.00/1.00 vMB 0
36,826 36,826 00000000557c1a039256edc50e1f1a4acd909f6f9fc41600c8f9501092ed767c 1 0.00/1.00 vMB 0
36,825 36,825 00000000358984a94f79f9c0672d3efc098aa49b6d5f8c741110c22f3e3f9694 1 0.00/1.00 vMB 0
36,824 36,824 000000001612a4eec272e5d3928801e6cec8742e387c97a43f39e46168d378a0 1 0.00/1.00 vMB 0
36,823 36,823 00000000788d74407bf51095116c1685cff59a9d06a3fefbb58382ef859014fb 1 0.00/1.00 vMB 0
36,822 36,822 0000000075d43c5ec975822d2515889b238321250c26df6fe5e34b721493e235 1 0.00/1.00 vMB 0
36,821 36,821 000000005d93cdd6b27ceb52f1598ae4678834c3b11c3720973ad32f399ca005 1 0.00/1.00 vMB 0
36,820 36,820 000000001f385d70c78c6b353f7258dce366cc5c65272075337d222a25d67c58 1 0.00/1.00 vMB 0
36,819 36,819 000000006f95cb810e7d18a6bad99cb5c23d13c8dbf471df01f47c4aadc35aa7 1 0.00/1.00 vMB 0
36,818 36,818 000000002403b1f5d7b21c57b17db44119177d84293a98d1fdfdab588ae36700 1 0.00/1.00 vMB 0
36,817 36,817 00000000b0a40e97fe4a65d9fa199a49d7c4415033107bde8c2133ed4c001905 1 0.00/1.00 vMB 0
36,816 36,816 00000000a872656c53b204a4cd16d49d03c394afa21f8c10b84fbb3234ab8a01 1 0.00/1.00 vMB 0
36,815 36,815 000000002e49bae8b1740a9a160cd63f8b26b2ac9e477ef03c378e36a8a9a3c5 1 0.00/1.00 vMB 0
36,814 36,814 00000000ba50df4ef03545a52f3c51697c6829f081a28604a2986a127b9bf515 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 GB
  • Uptime:

Notes

  • 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.