Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
30.18 vMB
0.09102412 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt d9afe4b96b27ddb5a88f1759c9d3f28ff949232bb65dac4a2474a8820fd05734
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (550,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,138 364,138 000000000000000009532742e64a32c6b5eda42a29fd6b3d1c47c989b2ef7d9f 2,409 0.93/1.00 vMB 41
364,137 364,137 0000000000000000020f655cb7c0792906e4cebb54ea834cc6062af12f0563ab 2,081 0.93/1.00 vMB 76
364,136 364,136 00000000000000000e8b99c2bf187fa552c8bdf996c2f5bf1a05f5c6402c742c 370 0.75/1.00 vMB 99
364,135 364,135 00000000000000000d18ced8f58c2d032a6f46bc5c37ebaf80b3ee9fe0776050 2,161 0.75/1.00 vMB 51
364,134 364,134 000000000000000000d54dfc07949110678c611c0c566159d63b70e2496ba93b 2,633 0.75/1.00 vMB 87
364,133 364,133 0000000000000000053197f9e8e5b0601071be99ca2a5c6ba18252a1aa895b04 1,243 0.75/1.00 vMB 31
364,132 364,132 0000000000000000092b566770549866470676df750e6a10340ceebe5667d9d8 2,652 0.75/1.00 vMB 74
364,131 364,131 000000000000000002a54709faeda19a20bbcfc4471647238ca98e1d5ef8c66f 1,861 0.78/1.00 vMB 48
364,130 364,130 000000000000000004e0bb88c983f2c0e812ef2e637bd3ddd48691fb79aad84d 709 0.41/1.00 vMB 38
364,129 364,129 0000000000000000107beafb00f8985aef098f98f83d130b4c87eb49a2d1fd82 904 0.60/1.00 vMB 25
364,128 364,128 000000000000000000e6be68799cd1d704056b28d998334a0ccb09e7916a18ae 1 0.00/1.00 vMB 0
364,127 364,127 00000000000000000bc86a83c0171bb467e9f25a2e7f1f74d5064789dc69a127 1,092 0.75/1.00 vMB 25
364,126 364,126 0000000000000000102b6260fce82c969ece47d0c4611e9a9419cabbc4b583ae 2,748 0.93/1.00 vMB 55
364,125 364,125 00000000000000000d37acf436f9c06ad1223c957d5e427776a54a52aa7d33f1 1,355 0.65/1.00 vMB 34
364,124 364,124 000000000000000004bd3b51ab59dd496892c09ab7cff703531d86a3efcb8848 1,064 0.63/1.00 vMB 41
364,123 364,123 000000000000000001b6b7307304fc0ec7a25dcd9df0467823730a573292487a 1,660 0.92/1.00 vMB 40
364,122 364,122 000000000000000005ef38bc56503affe1ed5f10b134c58e642dfc55a1986b0d 462 0.27/1.00 vMB 20
364,121 364,121 000000000000000013e7b98db75ada6078bf9a86f31d4dce97db76a6369245ba 2,186 0.93/1.00 vMB 40
364,120 364,120 0000000000000000159c3aebff7ddf8da9b66a2a0e5fd38dce3f7f20dabb5d40 327 0.17/1.00 vMB 37
364,119 364,119 00000000000000000515c2522c7d311a3eb5a4fc5aa804bebb94d3f2ee288cad 354 0.23/1.00 vMB 25
364,118 364,118 00000000000000000b206745c57b7ecdfb3432b9675dfe8ecc821425308f7047 454 0.25/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.