Loading Tool

Explorer IconExplorer

Memory Pool

33,813 transactions
18.95 vMB
0.06445361 BTC
Random Selection Loading Transactions
Max Size: 102.25/200 MB

Candidate Block

Mining Attempt bcb1b0ca3dbb62d4b028367008d4f26238840086fc21bc6d4f264fd8f62f78d2
Version 20000000
Previous Block 00000000000000000001045bcb3b2142ad1559f1e2c63e9eccf4c3e3bc543f14
Merkle Root 23885a4aa88c170b2e37061dd71d297a17e24ecd36e3d1c6608d1d8d62ab54ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.02653698 BTC
Feerates: 500.23 > 2.66 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,900 (802,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,313 111,313 000000000000f6b25dc9b629528752e7f8b6dddbf978a3b51fd71921fc6c9696 6 0.00/1.00 vMB 6
111,312 111,312 000000000000a935cc6b2b1184e8bd77ca469914e1e1646baf287f691bad05b4 18 0.01/1.00 vMB 3
111,311 111,311 000000000000aaa7a48683e8a184ebd4de700d3c7f29524d95a417b086793ac6 11 0.00/1.00 vMB 31
111,310 111,310 0000000000000c461b2b1a767150b4fb16a90a02dd172d95725d2970ca007fa5 11 0.00/1.00 vMB 10
111,309 111,309 000000000000f796cca052e9f2a3016b64dfa2008197e5ee70560a588d93021b 4 0.01/1.00 vMB 0
111,308 111,308 000000000000f76641711fe77a0a8391cfe39be5c48b619189394780ea95e2d8 12 0.00/1.00 vMB 18
111,307 111,307 000000000000efd4442a35aba96879b019109cccb5e606fed025b2d06186bd6f 11 0.00/1.00 vMB 340
111,306 111,306 00000000000033e19595ca3eaf12ebdc4dc5ea48760942150455a1715252bad3 11 0.00/1.00 vMB 17
111,305 111,305 0000000000011301dc168e0bb5bd43f69f133aeb298d65398ad39bec7d021f4e 12 0.00/1.00 vMB 32
111,304 111,304 0000000000009c56f87bcaa3c8451a247b2b894ca3fb05e16b6ba9a77e0107e6 11 0.00/1.00 vMB 13
111,303 111,303 000000000000891da25ab7c24d78682abb32810b8a3a9eaa4debd668bf96eead 1 0.00/1.00 vMB 0
111,302 111,302 0000000000008c6618e21da889d08522298df4f7c21444f593ea867227e02d00 12 0.00/1.00 vMB 21
111,301 111,301 0000000000003f6f3b858f6a5768c568f8179697e33f21732e706c0f3c794e13 10 0.00/1.00 vMB 10
111,300 111,300 000000000000d82aa19655c485a9a68f27455518d2153e71b3cac2dcb1c78b54 17 0.00/1.00 vMB 0
111,299 111,299 000000000001268cf413442c6abc5e0a077709f8658ffe41fec906c00b7e777e 1 0.00/1.00 vMB 0
111,298 111,298 00000000000012ec5d86e8c1ed39b7309bffa913e498a3bb8cc8f73616cc0d56 10 0.00/1.00 vMB 3
111,297 111,297 00000000000128f5b8f132de3eca52a952f6fb872d6af9422b72a8a45dad438b 10 0.00/1.00 vMB 6
111,296 111,296 000000000000263e741bb867551d5bfe81c5ad325720a8708c7fbb06de20292f 12 0.00/1.00 vMB 3
111,295 111,295 00000000000088cd244b8c9afab29987fc845d005e60bb5543276d57ccb21210 22 0.01/1.00 vMB 5
111,294 111,294 000000000000100c6fb84b9d3c9f2b6745e3b8de8249c37e499689a1c2ed1b72 4 0.01/1.00 vMB 0
111,293 111,293 000000000000f4c6e35be85d2b50f0083fafec8521290e7792c0a7a51480fd15 10 0.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 780.43 GB

Node Details:

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