Loading Tool

Explorer IconExplorer

Memory Pool

26,373 transactions
6.19 vMB
0.04343992 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.07/200 MB

Candidate Block

Mining Attempt b9cda587c09da2b03b670089ab331714f14c111c7a8e0297e65bf886ed13f1d4
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 41aa70feb73f82f1e99bcdcd3cfe496372ded91ff3b9444c5d4b717b292efc9d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.02953149 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (694,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,158 219,158 0000000000000427d22f47cb6b35f6212e383cb4887ef8f3661beabefa029c04 119 0.06 vMB 160
219,157 219,157 000000000000045b116ad691df8ad63917018bc9bf471fd84de47c69be8662f3 169 0.10 vMB 174
219,156 219,156 00000000000003a3fcdca9f0333ea7a46f37aa28ab8b41e535e8320818391238 315 0.14 vMB 159
219,155 219,155 00000000000002f217449daafaa14881d3a2d8984958e030a563ff96c1823108 1 0.00 vMB 0
219,154 219,154 0000000000000447fa34834b37dfbbc83d766891ff57480e1899495ebd38c125 566 0.26 vMB 221
219,153 219,153 0000000000000226e71ef19cf4126dcb7d33e76d9bcfad4b7dfd7f2859982706 316 0.16 vMB 152
219,152 219,152 00000000000000cbbee4058b84987054af718cfe2f924db41d0f3eb48612d832 162 0.08 vMB 71
219,151 219,151 0000000000000293b092b555874d85b9affb064609bb1bb9bc3afc2a4bb1ffa4 446 0.33 vMB 151
219,150 219,150 00000000000003e473c285748e7d7f37403307a0063357bf1aff59bfbcd2d6d5 805 0.25 vMB 239
219,149 219,149 000000000000054100a0e1a810297c49162396eac4c33b24431531593e29347b 142 0.05 vMB 250
219,148 219,148 000000000000038067b317b3d92f9aad12060b60711c17a8b07446b124c294f4 690 0.25 vMB 232
219,147 219,147 000000000000024aec06b4839fd08bd6ad971caca56296ff4d84d5cd533bb7d7 392 0.22 vMB 111
219,146 219,146 0000000000000205438d406c68c15f6c9216b8a5c8627fb2bf36fb24e13ca629 232 0.18 vMB 98
219,145 219,145 00000000000004771d50e6784bd944729a6ad43e7a170cba415543aadc05cdb1 595 0.25 vMB 188
219,144 219,144 000000000000024a09a48602291bd1ef079b70ba21e722ce69ec70805ad79f44 775 0.25 vMB 232
219,143 219,143 00000000000002779e880ecb6a0fab00b2028c038f43a8e80d56614f346ffcd8 112 0.05 vMB 68
219,142 219,142 00000000000004e7de56b405758714883b76179fb09150aa733b2c1efc2fa9c8 504 0.26 vMB 180
219,141 219,141 000000000000016feb0a96524efe95f9100e6a6f205b82ce13d7fdeec7ab1c93 567 0.23 vMB 211
219,140 219,140 00000000000002ad19c1f6baf4dd6bf1b531fde08372cd4972e3b76a59bc048a 132 0.11 vMB 107
219,139 219,139 0000000000000586478d2c9ce04ec36238c877321f24704ba7dfd852b521c0d0 353 0.17 vMB 157
219,138 219,138 00000000000002fc57891ecf880ef177956ac71720474951009d0dbb2c1a9d85 518 0.28 vMB 169
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 81
    • Outgoing: 10
  • Data Transfer:
    • Sent: 39.12 GB
    • Received: 0.55 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.