Loading Tool

Explorer IconExplorer

Memory Pool

49,786 transactions
29.99 vMB
0.10211382 BTC
Random Selection Loading Transactions
Max Size: 159.89/200 MB

Candidate Block

Mining Attempt 5f9a58e267d7a9f42d2f26aa897acbc6ade04e27f89503c0cbe8e8d085ef666e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1f7bb1a0fbedc818c132eef92ff699f0e9ab15afd61169530242ff91fa994021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.03644164 BTC
Feerates: 150.68 > 3.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (253,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,899 660,899 0000000000000000000da638aeb3a349b24a8f52b6ffc0f14b0c8027bc80ac15 2,029 1.00/1.00 vMB 77
660,898 660,898 0000000000000000000d1b3c589ee1b25c8d78044eac6868bb682f81db0f0c2f 1,756 1.00/1.00 vMB 62
660,897 660,897 000000000000000000084e37de84d0532180ae68cf737b78f027d3fde88a26e7 2,929 1.00/1.00 vMB 95
660,896 660,896 0000000000000000000736ce5bbdb6daad7028701082e8bf22c4f1672c0d71ad 2,309 1.00/1.00 vMB 29
660,895 660,895 0000000000000000000c4631a62bd544c5409974dd41fdcf60b221375f3c88f0 1,227 1.00/1.00 vMB 25
660,894 660,894 0000000000000000000b1d0aa3f5fc0c14371a8125aa98b704afeba33c96b00d 1,892 1.00/1.00 vMB 17
660,893 660,893 0000000000000000000591b9abf2c6702dc692aa035f7e2182b7276896b24a15 2,328 1.00/1.00 vMB 34
660,892 660,892 0000000000000000000d7bd1deab079f1c9497a0ed7e1d406df4235c8f178501 3,233 1.00/1.00 vMB 84
660,891 660,891 0000000000000000000882e80a376b15b42f16d9c472b537dec28a8c08198de8 2,001 1.00/1.00 vMB 51
660,890 660,890 000000000000000000095fe6de363071e273b724791a369eef3516e75f590c88 2,108 1.00/1.00 vMB 24
660,889 660,889 000000000000000000070c3e5b88ac3f97d2214d812af3f8873d7fe363bdd28f 1,896 1.00/1.00 vMB 26
660,888 660,888 000000000000000000093a6b4050badb9c1eb9faf52557241b0d6dcd6b556c39 2,566 1.00/1.00 vMB 64
660,887 660,887 0000000000000000000ad287c667ef02065a061a380393cc55d2d7e8b674453a 2,599 1.00/1.00 vMB 54
660,886 660,886 00000000000000000005e1f06452ede79abce2bed430f33bf2963fe8181e6d27 1,592 1.00/1.00 vMB 71
660,885 660,885 000000000000000000048189dc04e9843c81b6d168c8d4ee2d47f547ba505333 2,589 1.00/1.00 vMB 83
660,884 660,884 0000000000000000000539cf365a5a25c94897527117f9b0abdf4d3cf6413d09 2,570 1.00/1.00 vMB 48
660,883 660,883 0000000000000000000ca85c546bb9c3332a09241ecd0f7fff51b121ebfd6c22 2,750 1.00/1.00 vMB 83
660,882 660,882 00000000000000000001f29aa81467d4ddb079297624198b7fdd416f2ac253eb 1,901 1.00/1.00 vMB 36
660,881 660,881 0000000000000000000ad210dcbb07bf409dca32d16498a84569c093ecc2d8eb 2,597 1.00/1.00 vMB 66
660,880 660,880 0000000000000000000b420381b25a2c9836592139aaf80485c5923194138548 2,140 1.00/1.00 vMB 36
660,879 660,879 0000000000000000000190325e66ec706f69d9ae020e4806eb192a1ca9968699 2,619 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.