Loading Tool

Explorer IconExplorer

Memory Pool

26,463 transactions
26.92 vMB
0.06033222 BTC
Random Selection Loading Transactions
Max Size: 129.27/200 MB

Candidate Block

Mining Attempt 590c5ca1810e54791e22fd64d30d60bed6234953ef495119c33bac887106c7c2
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 1680d7b3217b7fa3920eea5472951559976a880c86cf2e18e15cfcb64898a8d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.00976817 BTC
Feerates: 79.73 > 0.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (472,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,027 442,027 000000000000000003b5cdbc047e45286dddc9d20b45aef3b52f93c08eaf522d 3,153 1.00/1.00 vMB 66
442,026 442,026 0000000000000000009a89e8b57a94b10845247d79283aee63885cef6122a661 2,162 1.00/1.00 vMB 75
442,025 442,025 0000000000000000017e0a879b980af03112da8bf8d21b83d887d3b96b241d30 1,137 1.00/1.00 vMB 66
442,024 442,024 000000000000000002362b355e45f625a4a7c85d750f6e4cff9c950fd1814d3f 1,370 1.00/1.00 vMB 77
442,023 442,023 000000000000000003129e858d846f73a5f277eae22d0089c64f029221ca245a 419 1.00/1.00 vMB 61
442,022 442,022 0000000000000000019567c727d4b9b3dbae623a3b08ca0ac1141597a0184c14 2,376 1.00/1.00 vMB 73
442,021 442,021 000000000000000000250c33bc5747f004dca9ffdfd368fc1a15cd2a16b2d11b 2,556 1.00/1.00 vMB 84
442,020 442,020 000000000000000003ad0c3f1fd79c55acf4be284953b54d43f83080ae74433b 2,203 0.99/1.00 vMB 78
442,019 442,019 000000000000000001a35ebeccd4d6b8585fc1ca065b7883909b17ccc0e66b06 2,581 1.00/1.00 vMB 89
442,018 442,018 000000000000000001333aab7a947b8db5f4b9579dc7d95ef091eb4aa23eae8f 1,917 1.00/1.00 vMB 99
442,017 442,017 000000000000000002c2ae6ccf6ee313bcb96811bb5eccfdf6f6057752e670ec 2,820 1.00/1.00 vMB 69
442,016 442,016 0000000000000000024c104b8d1bf96aed129eec5c36db82de53827a5d5356e1 2,481 1.00/1.00 vMB 85
442,015 442,015 0000000000000000033ca7164b6617cefd397c6fa09c57a5877147bf9d598109 550 0.23/1.00 vMB 113
442,014 442,014 00000000000000000200c25135c94d326d5614f469765846f2417f68e31e36e0 2,448 1.00/1.00 vMB 79
442,013 442,013 00000000000000000018ef0ed69f4cc8b0c7b1d3fb34b05d612bb4bcd30f82a4 2,810 1.00/1.00 vMB 111
442,012 442,012 0000000000000000001ea20ceceace3cc6a27a7b0dc8624b767e9cfe0c170389 2,407 0.99/1.00 vMB 76
442,011 442,011 0000000000000000023df59c8a228b89206844a90f29d7d8640fa9ee2f5a93a2 309 0.32/1.00 vMB 37
442,010 442,010 00000000000000000169b33c51f3e5cd3460c455d8f49942cf23d5eaa16453d3 2,277 0.96/1.00 vMB 79
442,009 442,009 0000000000000000008f7d756b149af8a0ab23b32bc634084809e62fe91e5801 1,292 1.00/1.00 vMB 46
442,008 442,008 0000000000000000000850f381969ec157f717c2051e2d2345c0af0798a4385e 2,258 1.00/1.00 vMB 83
442,007 442,007 0000000000000000004d7b3d814677c9fe6c8ea1b45a42852c8108814449ab88 1,935 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.49 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: 611.94 GB
    • Received: 10.93 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.