Loading Tool

Explorer IconExplorer

Memory Pool

39,821 transactions
28.62 vMB
0.07569274 BTC
Random Selection Loading Transactions
Max Size: 145.20/200 MB

Candidate Block

Mining Attempt 8155203cd175ad4dc349061c8fcaeda8fae703e1e40474825e28764a80daabca
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root f0bc1975613bd7be2d0a6e0bb13924081915af608b306fbacc464aac0859a8e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.02036555 BTC
Feerates: 150.93 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (833,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,035 81,035 00000000000196b0753cc63f621d82fc78a88b6008fd5a9e628464af2bb1a55a 1 0.00/1.00 vMB 0
81,034 81,034 000000000009924974178f55f07682906510e88fd6cfb4265c3e823487108369 1 0.00/1.00 vMB 0
81,033 81,033 0000000000073a67c213a0548c7b6742db9c2e3cd5def305012e9bba3aac33f9 9 0.00/1.00 vMB 0
81,032 81,032 000000000006091ef3530db53adde8433886d56c50c406d8b66b3423bb9d835b 1 0.00/1.00 vMB 0
81,031 81,031 00000000003fbed575c65a402ee36b66076010d89f146da5a103ceabd5fcb452 3 0.00/1.00 vMB 0
81,030 81,030 000000000019180bf585d1e5501e6b4b80c6e2522f8f66c69dee8b0d023bcaa4 5 0.00/1.00 vMB 0
81,029 81,029 00000000003e541ef0f6c20a69d539cd943356991057e7783c1ac4abe7ab8586 3 0.00/1.00 vMB 0
81,028 81,028 00000000003d614c6184927f4daa5e5338324b1c0e8cfbe125396270874d7606 5 0.00/1.00 vMB 0
81,027 81,027 000000000026f4e312cdefc9b037aa6e876fa702da705ce4b25d180a85625056 10 0.00/1.00 vMB 0
81,026 81,026 00000000002ca0dfbaae0b90647f6555da1f58b8ec1bc4e33ac0255aa513d00d 4 0.00/1.00 vMB 0
81,025 81,025 000000000032f2d1313349b61577bd582550de1cd27628deb613f5089cfb365a 5 0.00/1.00 vMB 0
81,024 81,024 00000000004737800b39f2c5f26d170b418c36d3ad09c903de88f158293697e9 2 0.00/1.00 vMB 0
81,023 81,023 00000000004560d45cab564e74087db1374b2648ef52a1bec5ae58974c9f3e01 2 0.00/1.00 vMB 0
81,022 81,022 000000000013c5a42a5500829a9d4f99e49d144ba73b4179b2ddb4eed7a31d84 3 0.00/1.00 vMB 0
81,021 81,021 00000000001a4dd717a59672fca8ed89583d5d1a2b5fe1b8bcc7d92f0868376f 1 0.00/1.00 vMB 0
81,020 81,020 0000000000018742b36d7e92c23cb11a75504087ee5b8a44eb3778283fcbb7b3 2 0.00/1.00 vMB 0
81,019 81,019 000000000006d42d365b61232a1b8c4f6b7569e12faa9d31fadcad7e2f1543fb 1 0.00/1.00 vMB 0
81,018 81,018 000000000012bba3301f6e3a0edb231a208a6ebec0d9d7e3e4fea3e43e4b58ae 1 0.00/1.00 vMB 0
81,017 81,017 0000000000206cc6733b757a449b3bedd6db06658fe99766734b489d7554a96b 1 0.00/1.00 vMB 0
81,016 81,016 0000000000101a401931330930e2c1bba51c76e8a834858d7454a828e6e1c963 3 0.00/1.00 vMB 0
81,015 81,015 000000000042cbd506dfad4dd01d4c052196a98a8195f874ae090d13022e0400 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.15 GB
    • Received: 11.87 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.