Loading Tool

Explorer IconExplorer

Memory Pool

36,902 transactions
29.82 vMB
0.07105355 BTC
Random Selection Loading Transactions
Max Size: 148.48/200 MB

Candidate Block

Mining Attempt 3021735c8acf3d878786c3001ca2b9f4fac7611094c03ed4f68342e34f6175ef
Version 20000000
Previous Block 0000000000000000000169debf8f236758b3fc2589a34d5d20255a4020488a10
Merkle Root e61a06cd40de7d66d1149ad609490918d62882f7ae375205df06a0e356453c98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,777
Size: 1.00 vMB
Total Fees: 0.01204630 BTC
Feerates: 100.65 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,469 (880,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,956 33,956 00000000599a265a2e542017505a7c6bcd5c6b74caa8e013a85566559ed58b1e 1 0.00/1.00 vMB 0
33,955 33,955 00000000754261ff83a0d81d304b2fddc6407d13cf4ec742030c68ed042939bd 1 0.00/1.00 vMB 0
33,954 33,954 000000001dbd5189919d64c9b82ebcdd8a03ba61c2ae315b937c08a5ff2118da 1 0.00/1.00 vMB 0
33,953 33,953 0000000060fac1b5ed5f027575114cb53f20f62c157364bb972f6a126c7c197d 1 0.00/1.00 vMB 0
33,952 33,952 000000003b799556d5f2a5a8d98be4b56c86e5f49f0e9104347dd2256fddef24 1 0.00/1.00 vMB 0
33,951 33,951 000000008e8cfcc23036419a53dae06e03f0906bbcc4761db141eae927108a5e 1 0.00/1.00 vMB 0
33,950 33,950 000000002d7dafc48eb4cc74572462d618bdbe512fef6a4a8f23d13388e09545 1 0.00/1.00 vMB 0
33,949 33,949 00000000b55057d074776cc529b0861b17e23302de16c2e230b736fa464bcaf1 1 0.00/1.00 vMB 0
33,948 33,948 00000000c572577696f7b9ec56abf90c7531d76729751940cf9e41473afd9e39 1 0.00/1.00 vMB 0
33,947 33,947 00000000d26d8b7f1961dd74047e20b41861e958cd81bfacb9032aead3a7cf0b 1 0.00/1.00 vMB 0
33,946 33,946 000000004b3f2555ee3df5bd9cbabff40ef7209efd2d3c007ffc833814801d57 1 0.00/1.00 vMB 0
33,945 33,945 000000006586f2fdc80d796de84c9b6f884c788d71dbe57071f5299549c70836 1 0.00/1.00 vMB 0
33,944 33,944 00000000acbcd9e0f01b8b3ca2101ceace75447756eca9fe922f464dfa32654e 1 0.00/1.00 vMB 0
33,943 33,943 0000000041b2116aa2ef0fc9d1b4edeb3d2ede4fab4c8076d342722a0c4ae674 1 0.00/1.00 vMB 0
33,942 33,942 000000004e25daa8944edfbe34554b41e4e54e28367fd0bcff451cf4548abec5 1 0.00/1.00 vMB 0
33,941 33,941 000000007ab2f3ac4bb6ce340c1567ef65918c55282b72d99fe6daab4d788a0d 1 0.00/1.00 vMB 0
33,940 33,940 000000006de9b4f37b5ae22920e080bf78266ca7be7f88a26a506e4e856fb48c 1 0.00/1.00 vMB 0
33,939 33,939 0000000028c4352a6dd47a84a3c1e89d2fc5aafe763fc1a55fee5c4df3aaea2c 1 0.00/1.00 vMB 0
33,938 33,938 00000000ca815648f1ca28a68b174131a982fae12ed3b7b2909939418300c9a0 1 0.00/1.00 vMB 0
33,937 33,937 0000000052e0258776739a6ea8979787a5bcab77627c6bef38006b601f15655d 1 0.00/1.00 vMB 0
33,936 33,936 000000007dbf20824e191450aaa12b2d75d688e692bb4de57e5dc1224b792fff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.44 GB

Node Details:

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