Loading Tool

Explorer IconExplorer

Memory Pool

85,480 transactions
32.88 vMB
0.07746337 BTC
Random Selection Loading Transactions
Max Size: 195.46/200 MB

Candidate Block

Mining Attempt 40916f70c46e032d92aea73f17630129f3f41a5ebf5bfac39e6d5201cd76c54c
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root e46f34d0bda494cc4cfbe0243bd6d95dbfd341bfd54147fab5dd6c4813ab4766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,444
Size: 1.00 vMB
Total Fees: 0.01246927 BTC
Feerates: 203.60 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (246,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,337 668,337 00000000000000000009e16b8c00544d6bf06f5d54b08e3f00cdc6ea31e4a26d 2,476 1.00/1.00 vMB 111
668,336 668,336 00000000000000000000ff5b468aa038e80929d845b392845bae5a9eb3b2a8f4 2,318 1.00/1.00 vMB 46
668,335 668,335 0000000000000000000b3f694e4f75759668e7806bbf536ab668c046c6bb7aef 1,982 1.00/1.00 vMB 47
668,334 668,334 0000000000000000000d045e278ae71a8cbe7414e4fa306b3bb1eec7b050503a 1,438 1.00/1.00 vMB 64
668,333 668,333 00000000000000000009bf3e33c63698bb47ed5e8e204ec9b6ce3c1d4c430c9f 1,049 1.00/1.00 vMB 116
668,332 668,332 0000000000000000000af20260d86198ff58b9b5aa776515e565eaf115306dd8 2,420 1.00/1.00 vMB 53
668,331 668,331 0000000000000000000c6d280d2a21b4e379862516a8e1ef372afea3ce3f3cb6 2,506 1.00/1.00 vMB 61
668,330 668,330 00000000000000000007dd16d6aebf3c3519d8bce356b2bf3750ba475a248344 1,811 1.00/1.00 vMB 47
668,329 668,329 0000000000000000000b525eb4d8471cea6e2bd177d6dd17cf077073270e3233 2,795 1.00/1.00 vMB 120
668,328 668,328 00000000000000000000db4584143001153415fe65023136c6155ce4a0a2e153 2,318 1.00/1.00 vMB 66
668,327 668,327 0000000000000000000d80c60610551473a719876840e0f8d71ef19b49296d9a 2,795 1.00/1.00 vMB 43
668,326 668,326 0000000000000000000ce6727e1b5ac5e981c8900967dd50c7931b134d8d8884 2,319 1.00/1.00 vMB 79
668,325 668,325 000000000000000000017a37ee183a13154965e6a7a6fdd9ef7140f2d32763e0 2,721 1.00/1.00 vMB 101
668,324 668,324 00000000000000000006b86694cda78c1fdef70a3e44beabe3c44a0674c6d07e 2,354 1.00/1.00 vMB 132
668,323 668,323 000000000000000000034701a37e7ab05601a12a1bbffcfb14fd69236eb342b7 2,935 1.00/1.00 vMB 153
668,322 668,322 000000000000000000000f16e9b81ba68aed0f4085199bc5b28b0306bec13c01 2,175 1.00/1.00 vMB 115
668,321 668,321 0000000000000000000a29efdfdf1531aa8444a9840b88f37bbdb9870b469d28 2,225 1.00/1.00 vMB 126
668,320 668,320 00000000000000000002eb87a7f6d4e4fffaf9f0eb870ea686a52c41b9f00a28 2,419 1.00/1.00 vMB 148
668,319 668,319 0000000000000000000412105a4ffb97eb204653eb0fce1347b81a6bebaf7650 2,101 1.00/1.00 vMB 71
668,318 668,318 00000000000000000001d51e3633756a062cc20e5aabbc20831e7c6e86999db7 1,001 1.00/1.00 vMB 57
668,317 668,317 0000000000000000000b582a4a3e6deb89b0b12de2babf0a5510159056311322 1,645 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.