Loading Tool

Explorer IconExplorer

Memory Pool

82,775 transactions
31.42 vMB
0.11759523 BTC
Random Selection Loading Transactions
Max Size: 190.17/200 MB

Candidate Block

Mining Attempt 8fa428845d98d5ae449c41d4d8f6759645b366ccb7d352f8f40662adb640e7f0
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 186f8a161f5be2264270f050e9af5826d0604c2fd562fe7a19d5493a87197d5f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,935
Size: 1.00 vMB
Total Fees: 0.03815907 BTC
Feerates: 803.65 > 3.82 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (448,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,396 466,396 000000000000000000eed0f7b56d66ff17b0096bf5f6b4d39e80c97baecd75a3 2,867 1.00/1.00 vMB 212
466,395 466,395 000000000000000001efa4f17b45457ef68c6ab85f4cfed5699210bf91ad2e80 1 0.00/1.00 vMB 0
466,394 466,394 0000000000000000011c751f62c66978bc37945d9538a20685cf2dce067a7759 1,354 1.00/1.00 vMB 306
466,393 466,393 000000000000000001b4c6858501ae9bb80a02905160e4eae4c861eaaedf53c1 2,465 1.00/1.00 vMB 214
466,392 466,392 00000000000000000133d77fb8dbd1258e5ca839264d54d211b57a27639974af 2,863 1.00/1.00 vMB 255
466,391 466,391 0000000000000000014294c27c6bfb25ec43b086cc3789dd296d70328b03e6ca 1 0.00/1.00 vMB 0
466,390 466,390 000000000000000000f7a83b3c2b0ce8385cce4482b3eac0a3177895f24c6701 732 1.00/1.00 vMB 182
466,389 466,389 000000000000000001661a212fbdcf8fb690bd332b1d9b7f24dbe86f59647b2a 1,973 1.00/1.00 vMB 144
466,388 466,388 000000000000000000b84f2cac8d56c38349e5ce3c75ff270857bd5d7a1cd48a 1,563 1.00/1.00 vMB 123
466,387 466,387 000000000000000000f7c3402695f432a69ea91dce6e7bebb50a03ef20eeebec 2,281 1.00/1.00 vMB 134
466,386 466,386 0000000000000000002cc10e8ba505a4eff6f67b125c31a29f4eef281538b166 2,440 1.00/1.00 vMB 205
466,385 466,385 000000000000000001cd6ceea63e47cbf0303b3694889f811c242cd59fc1d3cf 1,522 1.00/1.00 vMB 175
466,384 466,384 000000000000000001cdf73651d8066675e90da07353e4b0654219999248af74 2,357 1.00/1.00 vMB 162
466,383 466,383 000000000000000000b086875a0b259aaac9806559f08b26efc1545560539814 1,680 1.00/1.00 vMB 239
466,382 466,382 000000000000000000e4940d9125eaf97b04031fbfde840db658c191830f77bf 2,467 1.00/1.00 vMB 259
466,381 466,381 000000000000000000a0a45728423713f28178b9a8789f7002148361b0338d87 1,866 1.00/1.00 vMB 191
466,380 466,380 000000000000000001667f9623d7a06972b3a21aa4ed2e8c3339129ab3af6de0 2,510 1.00/1.00 vMB 194
466,379 466,379 0000000000000000000310b1c95e39a3866a15d3b04e2b49ad980c14c786417b 2,575 1.00/1.00 vMB 161
466,378 466,378 0000000000000000001995a714fdf23851973d2d95a26a8362ecc515a6edcbcb 1,762 1.00/1.00 vMB 137
466,377 466,377 000000000000000001ad4f5cfb48bb9194dcf438a5c77f765612c8397884400f 2,458 1.00/1.00 vMB 196
466,376 466,376 000000000000000000bbb6ee0b8d1a3d50ff3477e3b9c9a08643c922451ed84d 1,782 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.00 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: 718.65 GB
    • Received: 17.93 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.