Loading Tool

Explorer IconExplorer

Memory Pool

81,625 transactions
29.66 vMB
0.08688900 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 0a2b4abff271185c781fd1bbab510d2debb24603cc81b1df46592914c6607faa
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 59d9715edd93ef57a1a6b09c7bcca30d4dc2ac9d555247c2abb5f65a7207da84
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,202
Size: 1.00 vMB
Total Fees: 0.02436213 BTC
Feerates: 100.53 > 2.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (543,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,128 371,128 00000000000000000789c9e6af650c5cf141ec30c8ed049c6a7b1ed60e3f0b68 837 0.55/1.00 vMB 32
371,127 371,127 00000000000000000299987f72fa7e8c537b66d6edfc263794cf99bc560bd916 229 0.25/1.00 vMB 24
371,126 371,126 00000000000000001072b6b0e3f0b2d7036eb02c04bed13ee13f5d4a36be64ce 639 0.38/1.00 vMB 32
371,125 371,125 00000000000000000f98ed3f953a9c4a7a04a64464217eb3a91a6fd1c7d2a4a0 431 0.21/1.00 vMB 38
371,124 371,124 00000000000000000ebff7727d6059a9b735996b2d65b59876d2871a2b5e291f 564 0.34/1.00 vMB 33
371,123 371,123 0000000000000000078a659515db9c9d4b9b457fa71dee8d9c3eee6b9a8a9f0f 144 0.10/1.00 vMB 26
371,122 371,122 000000000000000004601384cb7fb0447f26d62834fb3e77bb3fa320a284e07e 602 0.36/1.00 vMB 36
371,121 371,121 00000000000000000a6e4aab277b65ac1b923d3efd3cbd8942c539226c1f691a 1,028 0.73/1.00 vMB 28
371,120 371,120 000000000000000002b26fd1916ff9df92397afd08f7452d90b4ca9d6f3409af 1,893 1.00/1.00 vMB 42
371,119 371,119 00000000000000000e4ce53c122f9a00831088726ab2ee937e28b6dd1cb6984c 986 0.43/1.00 vMB 40
371,118 371,118 000000000000000011ae2a812daca827f206c7830e4211c02a28ab44f931230e 726 0.44/1.00 vMB 26
371,117 371,117 000000000000000003b9e52284082b4f1cd0185f5c234099af9cb8623b17f927 1,388 1.00/1.00 vMB 28
371,116 371,116 000000000000000004f7c63e4a8284f9a638c69d04de6352621857464553b283 1,443 0.75/1.00 vMB 49
371,115 371,115 0000000000000000048f83b5f03466f3e8b37e70e1b0fa2e1cfd0b0e83c66e59 837 0.57/1.00 vMB 19
371,114 371,114 0000000000000000083ee3d9bfeb25df2f576b5d79e8c2d686e6098b28f74be5 2,074 1.00/1.00 vMB 57
371,113 371,113 00000000000000000fd45ef9853de450af9291633d48ec03273b2fc6a25e049d 940 0.56/1.00 vMB 26
371,112 371,112 00000000000000000b16eb05d1a54197051099500e88e9d40de4607ba70eef00 502 0.32/1.00 vMB 30
371,111 371,111 00000000000000000a93e395fbd9421936fca28dad9a106d0aa6b1d5ce5df21f 318 0.18/1.00 vMB 41
371,110 371,110 00000000000000000f3cd335b6815e919c40d78d92512eb81554fb8ea3d32629 288 0.14/1.00 vMB 32
371,109 371,109 000000000000000013c77863bf231565ff39e4718527bbc24d5d53d5a26cf4a1 65 0.03/1.00 vMB 36
371,108 371,108 000000000000000002150679a2c1ae80c797a794b2f8fc6248019bb052fa7dad 834 0.47/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.54 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: 669.02 GB
    • Received: 15.71 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.