Loading Tool

Explorer IconExplorer

Memory Pool

77,094 transactions
29.24 vMB
0.09272325 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt 1101a5b2238c0cce4b9f2bc6d40140051a9df3b3de91a0bfabf22632d9a33fd5
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 37a5d046e40f996105d1c52bf091556b75d16556e859ecd1cee2cf8ca5f8768c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,736
Size: 1.00 vMB
Total Fees: 0.02045642 BTC
Feerates: 82.92 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (48,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,283 866,283 00000000000000000001eff4fb7c072d888dd32bf1e204ad85ab4243601134d4 4,379 1.00/1.00 vMB 5
866,282 866,282 00000000000000000001ac496d0051b18d523c0472d7a7a86605b328d28cee95 4,705 1.00/1.00 vMB 5
866,281 866,281 00000000000000000000673df3e228243b66f5df1a50e35670db9f9a05bdce53 6,457 1.00/1.00 vMB 7
866,280 866,280 000000000000000000007b090e7f4b5036957623d36f12f5078485e474a4e6f6 6,182 1.00/1.00 vMB 6
866,279 866,279 0000000000000000000200e1069e40d4e3012ed8cac7e7f3d8dc0a0755bfe35c 6,066 1.00/1.00 vMB 11
866,278 866,278 000000000000000000000d05b7a51b8790952f428738f2a9ea56632ae076e163 6,037 1.00/1.00 vMB 8
866,277 866,277 0000000000000000000244fcec34381a499246c16986e95e0f6719205b1de680 5,352 1.00/1.00 vMB 6
866,276 866,276 000000000000000000007643ee1e9cbf0a438ab770f154ac5b995fa8a0cee591 5,434 1.00/1.00 vMB 9
866,275 866,275 0000000000000000000075804af368e4999e5a01b27097a8a7842c5988580ce5 4,522 1.00/1.00 vMB 9
866,274 866,274 000000000000000000008919d63f06a2ed1f0dc8bd132682160c9c3ca502b7e1 4,189 1.00/1.00 vMB 9
866,273 866,273 000000000000000000012819f7f040b742c017fccee0098a97a458809da84742 3,674 1.00/1.00 vMB 23
866,272 866,272 0000000000000000000244910dbd56348b04431f89519dbeb5cb49c4a0e30a63 1,324 1.00/1.00 vMB 4
866,271 866,271 0000000000000000000204a9ff68296f92859a4377a675ed74ec723c90f08480 5,018 1.00/1.00 vMB 6
866,270 866,270 000000000000000000017e50b9c5127509f2e7498ad6e5870635666c20045091 3,229 1.00/1.00 vMB 9
866,269 866,269 00000000000000000001ad0594fd8d1a5c9b2059d6e8481a923a49b6ec424723 4,885 1.00/1.00 vMB 7
866,268 866,268 000000000000000000026488a1b6ff3b2e3fd6c8ff2f1e4872bda1dcc42a0bd8 3,313 1.00/1.00 vMB 5
866,267 866,267 000000000000000000006ae0d57cca1b85eeb621026481dfab423546eaf984cb 4,714 1.00/1.00 vMB 10
866,266 866,266 000000000000000000022ab42137e47127c52fd1a662fb007b6b55a30bf11c7e 307 1.00/1.00 vMB 7
866,265 866,265 00000000000000000001ff437e64a20773afe97d3f3006d222fe172e91bf93b4 3,659 1.00/1.00 vMB 10
866,264 866,264 000000000000000000000885f753c6a810c5d3fca5d0b8863c93892396e7fa56 2,273 1.00/1.00 vMB 10
866,263 866,263 0000000000000000000115a6f2b1cc74a848c34604b84deda6b948e7fcb61ab2 3,834 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.