Loading Tool

Explorer IconExplorer

Memory Pool

35,516 transactions
25.91 vMB
0.06395064 BTC
Random Selection Loading Transactions
Max Size: 131.99/200 MB

Candidate Block

Mining Attempt 39958036f95958034fc7db51f20f76fd55657904c44430bb3c628d3f4dcf1e38
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root d5b74afd43fb616dc85ef96b6b959cfcaf94c555f7be06b80c8c0c3593543950
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,014
Size: 1.00 vMB
Total Fees: 0.01641921 BTC
Feerates: 120.00 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (847,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,971 66,971 0000000001096ee89eeb59cb6e94c0be0f00614feead11102b6b552cf6914c67 1 0.00/1.00 vMB 0
66,970 66,970 0000000001856482ee6b50126c3b8c18a796e9769bc149016e6e457fe2738c50 3 0.00/1.00 vMB 0
66,969 66,969 000000000207e9daa408fc2ed25de43ce26b19fcf834b09ccc7db1d74582696e 2 0.00/1.00 vMB 0
66,968 66,968 0000000001d69a01f16a2f3694daa9eb05edcf25fe674892b5aa84bbbfa0a252 3 0.00/1.00 vMB 0
66,967 66,967 00000000053638488fef307dee4d4a13794148c0c799681c49e8df828855d9b3 3 0.00/1.00 vMB 0
66,966 66,966 00000000041c813186cf174be703ca247b5c6e82f4dee51480005248e4cdea9b 3 0.00/1.00 vMB 0
66,965 66,965 000000000583376ed9c11230b6a211d0b5511b35ca73b9812cd7b9e8bbc984cc 1 0.00/1.00 vMB 0
66,964 66,964 00000000015157561276fb9249eb18677328d2b12bb0439fe5b2e6b56cf9c270 5 0.00/1.00 vMB 0
66,963 66,963 0000000004452b7a5044521c336d2cbaba928d4770c7a64e45aef54daa1866fb 3 0.00/1.00 vMB 0
66,962 66,962 0000000003189b7bd4a5468a40414d4cd7f8097e0c0daae8a60cb4a7b8213435 1 0.00/1.00 vMB 0
66,961 66,961 00000000059b9c576d1dc38e5b1b9eccfe0b1316ad354fa4cbf6a8da2469d816 1 0.00/1.00 vMB 0
66,960 66,960 0000000003c96cde21518a9cb402b774f0e0cf454d8acbecf69a4685cf554045 4 0.00/1.00 vMB 0
66,959 66,959 0000000001ea8d971f2797b971b3c22fb9097f636324f30a4765789530172c76 2 0.00/1.00 vMB 0
66,958 66,958 0000000001ffc6b77aa197cde8a8fa613d1bad0791b7f74a5425b7818feecbf4 1 0.00/1.00 vMB 0
66,957 66,957 0000000002ffcd738f238a889652ce0aa37f0a2c775cafc49e466dbf32bcad21 4 0.00/1.00 vMB 0
66,956 66,956 0000000001cbb566eeff2da95f8988f7090a13553fcddd8b5e51ab43e2bed1f2 2 0.00/1.00 vMB 0
66,955 66,955 00000000016e90d1359699c0847ad85d8796e074e716d7714c44da203958e8e0 1 0.00/1.00 vMB 0
66,954 66,954 0000000004ddf5c340e2e5abf4d93ba249763d990dee842ab829f49b3547e521 1 0.00/1.00 vMB 0
66,953 66,953 000000000044477f258674208dee70f743edada42da265b2ef13e9dcc2a880d5 5 0.00/1.00 vMB 0
66,952 66,952 0000000004b620f1081c7e0060dc0753153eb5f9e04c7f31d27bd6a262b5c40c 5 0.00/1.00 vMB 0
66,951 66,951 0000000002877b41bd7618471384e1dadff43932be8da836ddb33d9a50015577 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.46 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.