Loading Tool

Explorer IconExplorer

Memory Pool

26,033 transactions
27.24 vMB
0.06660932 BTC
Random Selection Loading Transactions
Max Size: 130.16/200 MB

Candidate Block

Mining Attempt b05a4ff27d385b70a1b65ea4351457c6683ffd38a746a7d159e49426054e91a2
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root e2e2581bc0da2df9f5648afb45ea523922eb99fa7bee0d28518fc765df1b2037
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,676
Size: 1.00 vMB
Total Fees: 0.01510759 BTC
Feerates: 301.57 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (472,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,038 442,038 000000000000000001199e9d0967322ad5739427e580514ba9dff0423938771d 2,518 1.00/1.00 vMB 84
442,037 442,037 0000000000000000029240e1a89afcc94b7039e9309f00bdd20fcf60978185bd 1,809 1.00/1.00 vMB 60
442,036 442,036 0000000000000000037ccc6827d88e21392ab0935684dd5181774a7fade74ceb 1,661 1.00/1.00 vMB 45
442,035 442,035 0000000000000000020486d79e9450db1c312938fc2b6ad78eac1258728ccf26 1,835 1.00/1.00 vMB 51
442,034 442,034 00000000000000000347968ed1f40fce65a38a7870df31a019028d81b90c755d 2,442 1.00/1.00 vMB 78
442,033 442,033 000000000000000000bf88951b0bd245474265cc6a2a1b38ac8ef78c8612158a 1 0.00/1.00 vMB 0
442,032 442,032 000000000000000000b6a5c60d2509768b29f4b49ceda2679bc6d33f99c8adba 2,468 1.00/1.00 vMB 86
442,031 442,031 000000000000000003545884dc379674f0b9bc8383ed78f62f8fe24b04c1a086 2,728 1.00/1.00 vMB 97
442,030 442,030 000000000000000003377e8e0758d20f0a245b5b04992093cb892402a19f0817 2,326 1.00/1.00 vMB 65
442,029 442,029 0000000000000000027ca3e9f2af2e1fa55cf405cfd03884ebf4dd0e5db71c22 2,260 1.00/1.00 vMB 73
442,028 442,028 0000000000000000024f4e174f8633e53e6678fc08f30583d9c3b62158193bc5 2,791 1.00/1.00 vMB 114
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
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

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