Loading Tool

Explorer IconExplorer

Memory Pool

40,462 transactions
31.35 vMB
0.08050723 BTC
Random Selection Loading Transactions
Max Size: 156.89/200 MB

Candidate Block

Mining Attempt 58b1338311ec4272c8927c0abd5d7ce6e4ea8508a404fa1f255e4899ad8c0119
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root c35830b032b0aa97c4ba0bb0482b32be72e60cabed4bc484ee30697ea5271f44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,074
Size: 1.00 vMB
Total Fees: 0.01623775 BTC
Feerates: 101.13 > 1.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (789,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,395 125,395 0000000000003d4e759d2505241b860288100860d87a1fd95dc7667b5e73db7a 11 0.00/1.00 vMB 723
125,394 125,394 000000000000282bf8ee41ef2c5f8d2e8fb7ecefd8d5cbe41ff5bde37e473f2f 44 0.01/1.00 vMB 72
125,393 125,393 000000000000402dda86dffa8ba0b512387b5ae325ccb888e49ed3f229beb822 33 0.02/1.00 vMB 816
125,392 125,392 0000000000004490bb3936c87be72e76ec1ddf8dbb6e235a2a7e78c9be904eb2 12 0.00/1.00 vMB 1,448
125,391 125,391 000000000000166263feea867a3a00d49447b7ceb8f7e9b1c33adcccd7993776 42 0.01/1.00 vMB 1,096
125,390 125,390 0000000000004353797a611383f926c11d075050cdcf4f56f4ce80e04385fefa 30 0.01/1.00 vMB 442
125,389 125,389 000000000000417cf8f73853129ecaf3334c0dab1df4c894f973062c6bec52f5 28 0.01/1.00 vMB 1,376
125,388 125,388 00000000000015bdb8fedc219ecb09420dc9016ce09d1e2810986d9941d657ad 34 0.01/1.00 vMB 1,024
125,387 125,387 00000000000018cd880dda22966b83bee1c28afe05fb2518e76aaaf856ad6b18 53 0.03/1.00 vMB 1,091
125,386 125,386 00000000000013039cbdaa0b40693a4b295db27c779a0b7c3cf58b8103c3c797 26 0.01/1.00 vMB 331
125,385 125,385 000000000000248d1f310a135255ab4f68d96b4aaed7cf9178f201f65e620965 43 0.03/1.00 vMB 79
125,384 125,384 00000000000039d541ea8aa329274671506a5b1e26b4691119bd8ea36f24213f 13 0.01/1.00 vMB 531
125,383 125,383 00000000000036febdbe89d47605a0c7879eae8d6a975d354348c83e3937f85a 70 0.05/1.00 vMB 1,258
125,382 125,382 0000000000003adabdd2a496ddcf5e2770251005e2cfb02d5e78dc3e2c88d233 1 0.00/1.00 vMB 0
125,381 125,381 00000000000005bcdec3494830f808f51802542753d525bd623bee8d8a4e0c49 43 0.02/1.00 vMB 608
125,380 125,380 0000000000003c24678959e917c632a5b59edcdbf80f9cfd04decc1623c13a8b 12 0.00/1.00 vMB 722
125,379 125,379 0000000000000d5ce9f88e4d6143011dc99c879afb5c2f74daba46431b4f77f5 12 0.00/1.00 vMB 2,022
125,378 125,378 00000000000006379ec29eca69f85575d5aba6d55ba36cb6f74f44f9f9399faf 33 0.01/1.00 vMB 214
125,377 125,377 0000000000000d526661ccee75054cd85ca576ce2bb73e2fb0fdf7d652abacef 19 0.01/1.00 vMB 2,700
125,376 125,376 0000000000004341835eec4f995a68a0912618e19280a78bb786556f8495075c 40 0.01/1.00 vMB 516
125,375 125,375 00000000000018a7e54eb2082da6b776524082bd30b0308271162d8ca078aadf 59 0.02/1.00 vMB 1,673
Previous 10 blocks ↓
Total Size: 781.62 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: 625.28 GB
    • Received: 11.59 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.