Loading Tool

Explorer IconExplorer

Memory Pool

48,109 transactions
29.19 vMB
0.07035269 BTC
Random Selection Loading Transactions
Max Size: 155.92/200 MB

Candidate Block

Mining Attempt 1d6ab5af15bef3e75aa9da0b83d0da143f9542a481fa3bb69dd097d63563d8eb
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root bfcfd0fa9896a7bce4e7b3ab41cbd24c5ef61e8175cd40180a8f51b5ea8afe8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01405567 BTC
Feerates: 132.00 > 1.41 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (737,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,286 177,286 00000000000000ab83c6ee245dd991fcfc4447544321a837a7ab98ecb8713803 12 0.00/1.00 vMB 80
177,285 177,285 0000000000000a82d4889d98ff2cbefd602ebe2ce384e2d775dcd1c63fd613df 51 0.02/1.00 vMB 127
177,284 177,284 000000000000021238e9dff609f5d80e8008810c267b56b808b7a55cff179383 8 0.00/1.00 vMB 38
177,283 177,283 00000000000008a03121350afd63d6e2334260a43d6d0ccd267543f2c76a1483 55 0.01/1.00 vMB 27
177,282 177,282 000000000000049fe444dd41a9b5b084e33720275c4de17d4388276c8aaedeea 13 0.00/1.00 vMB 52
177,281 177,281 00000000000005f17d5ee3093d130f851304657fafc77c166020101f10b3ffe9 8 0.01/1.00 vMB 0
177,280 177,280 000000000000070e914b6715a62bfda4140da1953e559e619bae3048b7e464fc 100 0.04/1.00 vMB 167
177,279 177,279 00000000000002804e2c8074c60ffb9209b326439acd5615ea4d64cd328d4d09 14 0.00/1.00 vMB 44
177,278 177,278 0000000000000a890c9bac80bf5870f787c76f7e1277c3306017b426dda012a3 1 0.00/1.00 vMB 0
177,277 177,277 000000000000093dd55dfca81a80e10161887269f5365109aaa4b095a2963f35 62 0.03/1.00 vMB 98
177,276 177,276 0000000000000250aea8e9e335a8f9c8ba597f371dfc0e3b3e3173b7e88f13b3 1 0.00/1.00 vMB 0
177,275 177,275 0000000000000072402dc4b13da9d692cae76cc691e6cbb19535f5b41a79a52c 117 0.05/1.00 vMB 96
177,274 177,274 00000000000009f5acece0756a3894953b5ea2254b2bf292e8f13bcefec6586f 7 0.00/1.00 vMB 0
177,273 177,273 0000000000000a6ad847da140b5743bf6d998b0a1039cc7af5bd7660186eef1b 81 0.03/1.00 vMB 53
177,272 177,272 00000000000005d1a7dfdf6f00adcc50e274a51958810105dc4bfcad5c31d97c 24 0.01/1.00 vMB 48
177,271 177,271 00000000000001e388019f9b6e38b2cf0e37138dcc733acfd1297db708435500 17 0.01/1.00 vMB 61
177,270 177,270 000000000000066d0a5a82c58ef8ed424dbb17a160f12aff74f6c9e74a0f6598 3 0.00/1.00 vMB 0
177,269 177,269 0000000000000854bd73a6fd3e6883de5ae16d561916e5c054189d62a849854f 15 0.01/1.00 vMB 56
177,268 177,268 0000000000000543351c36e00f587ee39db54087fab396d6c96c0d207078b00a 46 0.02/1.00 vMB 113
177,267 177,267 0000000000000360a1e643f58d5eaab02ce4f5a904fbcd67951b4d3c7c368220 40 0.01/1.00 vMB 142
177,266 177,266 00000000000002f4bd7779880f99c8618451ec0ac9afd67f62140adb33bff1c6 9 0.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.