Loading Tool

Explorer IconExplorer

Memory Pool

80,954 transactions
30.61 vMB
0.08556649 BTC
Random Selection Loading Transactions
Max Size: 186.74/200 MB

Candidate Block

Mining Attempt e150c85372f949926f0180345549413f3bdbad6297eadf609d8398d176b3c0f6
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 915ff5a880f42a9792f9930ba8e7a5b9d5d61f52c1a29e6a94a8dc35f343263f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.01625551 BTC
Feerates: 301.57 > 1.63 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (716,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,030 199,030 00000000000002b6925fb3dd07f4ebafe4eca7eb045f424b9a641f7ce0833c8b 42 0.02/1.00 vMB 86
199,029 199,029 0000000000000379f49bba35b3350d9477d947769a1914578f43174d97b9e951 98 0.04/1.00 vMB 85
199,028 199,028 00000000000001398f5b5216bc615966157950fb9c8a43f202f7907b69490755 137 0.05/1.00 vMB 56
199,027 199,027 000000000000014818854131e9c9c5d5d657f139e0656f5b0152abf3a58a94f8 409 0.20/1.00 vMB 92
199,026 199,026 0000000000000224f84d52424022fb428cb29365857aaa6523ce97d3693794b5 607 0.30/1.00 vMB 110
199,025 199,025 0000000000000294acf12c3e106d9e132c8a3d240db9ade114da63582d3c93b4 242 0.13/1.00 vMB 113
199,024 199,024 00000000000000abbc5e467bfdf66cf57bf30ad1cc7384f2e415d39b45f4bab4 133 0.06/1.00 vMB 139
199,023 199,023 00000000000000828aa6d4a1dce33345ef03eb860682431289a19787160522e5 13 0.00/1.00 vMB 0
199,022 199,022 000000000000025a77cefd0978e8dc0d6527b76a9b105e5e1b22bd059727fbe8 177 0.09/1.00 vMB 104
199,021 199,021 000000000000008750f2d21c58d8969c9681f53b051cca4f0d881da3bcdd308b 86 0.04/1.00 vMB 96
199,020 199,020 0000000000000627325ea210804d38a20be9897aace42328640acc1e3d0dbaa2 144 0.07/1.00 vMB 142
199,019 199,019 00000000000002b23b10f60d0892fc58c35a3ba7cc2552deeae43b5ea1e2ac8a 10 0.00/1.00 vMB 76
199,018 199,018 00000000000001c1a01fd0100112d7ddd082abb58c7af0b06df8fdc0c890acff 147 0.08/1.00 vMB 92
199,017 199,017 00000000000001e3a5635895cfa5551cc9de995350f393ea4ee97d5ce31e52cf 22 0.01/1.00 vMB 116
199,016 199,016 0000000000000354eec65d0c2c24ea9bb7886601c1b9fa5e2ce8308c82c20746 432 0.25/1.00 vMB 89
199,015 199,015 000000000000056dcb94b7ebb40ec08fc87c12cd9b3a854749dc6c6bd7700581 10 0.00/1.00 vMB 53
199,014 199,014 000000000000029a183b30123a07b41fb19e81abebdfec1d5fc5361123177a60 120 0.05/1.00 vMB 152
199,013 199,013 00000000000004143a5f79a21a4f25ee5f63686fc7c5d30202d09b8b391856af 105 0.03/1.00 vMB 34
199,012 199,012 000000000000022f98667e514370e34e597e5f2199c86d26d5456729e16f5d0c 98 0.05/1.00 vMB 100
199,011 199,011 000000000000058a0bff39ae0b3b43fb680eb280bdd9edc4033bf5069e0a2c2d 466 0.19/1.00 vMB 123
199,010 199,010 0000000000000375688f0b3d4b673d1b76d29a06ecbb4145b8cb7cc349f99203 36 0.01/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.