Loading Tool

Explorer IconExplorer

Memory Pool

39,697 transactions
27.08 vMB
0.05572164 BTC
Random Selection Loading Transactions
Max Size: 141.56/200 MB

Candidate Block

Mining Attempt 5bc74ef605328f3dc58c9426e35132bef3b12e789952b14bc6e16cd054a9b90b
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (685,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,389 229,389 000000000000016a20b5ee70ec0dce6941f0e5f9c1a3ef5d7fd4dcf5943417e8 149 0.06/1.00 vMB 125
229,388 229,388 0000000000000214286b9f4a9e5e814871ea941174a1333d72874e51a682cb58 583 0.33/1.00 vMB 158
229,387 229,387 0000000000000138b8b049ef6c1d4abb45743faf01ded7b0a9ccd84c9b30eef1 536 0.25/1.00 vMB 155
229,386 229,386 00000000000000979512df4b16d3105eb8c4ba4c3398aab49d058a575c1b2c29 128 0.04/1.00 vMB 102
229,385 229,385 00000000000000bd07a6c6e4fe2587f9feaf513ab22d6a4277e2f6fed5c048af 458 0.20/1.00 vMB 165
229,384 229,384 0000000000000043192ac97cdc1da725722adf195686fe21b7accc76ef91227e 218 0.15/1.00 vMB 336
229,383 229,383 00000000000001f5df92e83a4d5412f883577c35e4354591f1d8d3a3547be6f0 328 0.17/1.00 vMB 149
229,382 229,382 000000000000025a348d20227764e6b404e69fc1fd21b92034b8ea2058d58f53 310 0.13/1.00 vMB 156
229,381 229,381 000000000000027b51cc7aad3e0901a21664f6ca55ebb1da3731074997aaf1b4 471 0.21/1.00 vMB 176
229,380 229,380 0000000000000228f9a6118d43a8bd735d8ac425f7bbe7b377fce076eb7bb972 270 0.15/1.00 vMB 92
229,379 229,379 00000000000002209d4606a8de3693a028ae7d82d78a5a2a9919ad78b2b13431 255 0.12/1.00 vMB 149
229,378 229,378 000000000000001dc609ce510172edd81bfe621ee5bd3860a37b004201fa4c77 485 0.20/1.00 vMB 192
229,377 229,377 0000000000000041e8e8d59149d5a017617fef579b1aaaaa26c3237dbe3c5ef9 473 0.22/1.00 vMB 137
229,376 229,376 00000000000002646e4803abcc83222ecd3aadb411c8769f3dfaef714a42d173 564 0.24/1.00 vMB 155
229,375 229,375 00000000000001cdcb1c35999999cf30932ba8f08b5821d7e8250482b4f447e3 334 0.10/1.00 vMB 18
229,374 229,374 00000000000000e117b341bb478620655b26c495883ce98ad0f9dfd8fcb5869e 352 0.14/1.00 vMB 167
229,373 229,373 00000000000001c1df2543c61e1cb20e8b8a9a80616c6398af3db66e79aaa954 480 0.22/1.00 vMB 205
229,372 229,372 0000000000000073c722f9ca2717d797c48fa20c577a98710b9fd6353e11bc6c 111 0.05/1.00 vMB 98
229,371 229,371 0000000000000170326dc09ff7b5bbca8c2855ca9ffd9612d1950adcd5c6e22f 353 0.25/1.00 vMB 121
229,370 229,370 000000000000025309773ed25b0bed26cccc1a6e5d5b5a1b6270d13879f5ee2b 630 0.25/1.00 vMB 172
229,369 229,369 000000000000007421413b8e781bc59b042aa70077371ff32e836277b760a4bd 503 0.25/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.