Loading Tool

Explorer IconExplorer

Memory Pool

38,237 transactions
31.19 vMB
0.07476144 BTC
Random Selection Loading Transactions
Max Size: 154.61/200 MB

Candidate Block

Mining Attempt 1e8d07aeb13ab900ad69670dc66ba0ce9fd16ce93bb8fc6c6432e735bd69cd76
Version 20000000
Previous Block 0000000000000000000076b713bbedede48200f03eaecd6f447673c986314e44
Merkle Root a5c0a1ce73558ad640a570c836db4918649c9a93f21bec54cde42a76b30ceff7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,586
Size: 1.00 vMB
Total Fees: 0.01093037 BTC
Feerates: 107.64 > 1.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,373 (798,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,379 115,379 0000000000009f2b8d4243d37ca1b903050fe6fab25a1e23a9c7361078d91c41 10 0.00/1.00 vMB 387
115,378 115,378 000000000000b4e1d66e9d0d6d9fe2d61ce9d2c16342c023bb377db8024c2cd1 1 0.00/1.00 vMB 0
115,377 115,377 000000000000f19b9ef0eaf7408d468de5ae8d3c1de3888fd1e0343e0de0fc32 4 0.00/1.00 vMB 761
115,376 115,376 000000000000625f111afda623c99b97ed857991757f53f7c95c3f60c7430751 12 0.00/1.00 vMB 0
115,375 115,375 0000000000008db44bb3b98a0d432ad2fc7fe1ad6380eae519999db86031e3f9 22 0.01/1.00 vMB 498
115,374 115,374 0000000000002cb095850cb5f8f65ffd7b36a8eb82e666c065cf86cf94423ed0 73 0.04/1.00 vMB 81
115,373 115,373 0000000000008591fbd6d31ffb15e3200f6b3ccbd244f073aac7ac2aede29fe9 23 0.01/1.00 vMB 341
115,372 115,372 000000000000515ff4ad5db601bf38a789898936065ad6ab5502178477b6e46f 10 0.00/1.00 vMB 627
115,371 115,371 000000000000881d2b17bc6624ff413bc1c7d7b82c370912206fc55ea0568cde 9 0.00/1.00 vMB 0
115,370 115,370 00000000000096ccc77b7c30ffbbeaa87a85231c0a3af48213a90b606cf8415d 28 0.01/1.00 vMB 223
115,369 115,369 0000000000005de0e0828e66b341f6b85c9ae1de071440cef9b9ac2b5ef06a58 18 0.01/1.00 vMB 1,096
115,368 115,368 000000000000f1dc09a63a5ade52b7c3ef37feb351fd5fb9ec271e7e7e6cc0fd 177 0.08/1.00 vMB 0
115,367 115,367 000000000000db6514d3f5d827be6666f2fa555ea8250eaa029d6041620cf117 9 0.00/1.00 vMB 324
115,366 115,366 00000000000024e593283399d0e57ffebc80d342f530ad37eb79137553343947 11 0.00/1.00 vMB 237
115,365 115,365 0000000000006dcf441d2ebd3e818f9b3a9ed30c68f8688928ac417f28ea5ec6 9 0.00/1.00 vMB 657
115,364 115,364 000000000000241a1ef2d912f500d23d624cc99b44023921b6700be737141ad3 7 0.00/1.00 vMB 709
115,363 115,363 000000000000ac2597ef4a136bec4dd02cda5182619625e4c1030e4293944362 11 0.00/1.00 vMB 887
115,362 115,362 000000000000e2150f74bd0457f7ef5d50ab5aa4851c0c7d390c93f010b95a2b 11 0.00/1.00 vMB 572
115,361 115,361 000000000000a4bd762abb540c8bb62c5770516e468674c8815a511a2c09296f 298 0.10/1.00 vMB 28
115,360 115,360 000000000000ab2a3ecc9785f551cda1fc98b26609ded2fbe7fb077350e6d333 12 0.00/1.00 vMB 589
115,359 115,359 0000000000002260f2cb10af59ba75441de84627e2efe75a9d4a7cb23e6933dd 3 0.00/1.00 vMB 3,868
Previous 10 blocks ↓
Total Size: 781.26 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: 595.89 GB
    • Received: 9.75 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.