Loading Tool

Explorer IconExplorer

Memory Pool

47,589 transactions
30.21 vMB
0.09598055 BTC
Random Selection Loading Transactions
Max Size: 160.85/200 MB

Candidate Block

Mining Attempt d08f1272f611a1e2abed3ce96d42465f2f4c7b8d5dfec7073518dbcb1adff867
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 4251fd0e340a435d488019615793baaed6d9e6ba69bf72bc467e747c01742e3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,935
Size: 1.00 vMB
Total Fees: 0.03531091 BTC
Feerates: 150.97 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (443,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,969 470,969 000000000000000000d95d1df4960bdbed82ab918ba16ccb956fe042f601f6c3 2,493 0.99/1.00 vMB 391
470,968 470,968 0000000000000000019c615c0e585562ba2de9e442cdd53dbda62f17634f5074 2,291 1.00/1.00 vMB 386
470,967 470,967 000000000000000000ca51e09e9ae5dcaa481bdaa7a716d53d472f4aeb53f34f 1,530 1.00/1.00 vMB 214
470,966 470,966 0000000000000000013b0b9f76a486c5b586f63b1bdc9bbfab3995ab0921a0ef 261 1.00/1.00 vMB 104
470,965 470,965 000000000000000000d8bc7fc6fa21f07162296508ba1ddecb276d1ac54143df 2,506 1.00/1.00 vMB 302
470,964 470,964 000000000000000000b7077b7933fd24f8d64bfcb69ddf74c9a0e95c9da12fe7 1 0.00/1.00 vMB 0
470,963 470,963 000000000000000000e5a46e5788fc84f046f69ce65eabb90345c8e498cbcdd9 1,716 1.00/1.00 vMB 186
470,962 470,962 0000000000000000014204cf4c566f72abfb6c3a5d666688eb621f51ccaa7be2 2,197 1.00/1.00 vMB 353
470,961 470,961 000000000000000000de9096974ed4ff42c891fdcf0f16d091b5ffec91896df3 2,124 1.00/1.00 vMB 397
470,960 470,960 000000000000000000cf647784e3ec8d88f3d9bb95559906e674239ac65a7662 2,374 1.00/1.00 vMB 371
470,959 470,959 000000000000000001836cabc135cb3702ce992e6ea71a524692432d2a46f009 2,138 0.85/1.00 vMB 339
470,958 470,958 000000000000000000be4710ee2c85ac6d8cf7f789ebbbc39421341d4488eb58 1,375 0.99/1.00 vMB 363
470,957 470,957 0000000000000000019a9e2f2b7991be8869f317d56e47014b76838a2613d5a7 1,260 1.00/1.00 vMB 235
470,956 470,956 0000000000000000000eac3c92ffb62df0109fc6da49f3593e3a4a1fd4cdad59 874 0.99/1.00 vMB 153
470,955 470,955 0000000000000000008f2a64b84888bca3cd4785189b9af3ab38fb4a1b23264e 2,241 1.00/1.00 vMB 263
470,954 470,954 0000000000000000007d4c5ece656c15542becc8cb606cfb838e4ed91072092e 2,214 1.00/1.00 vMB 401
470,953 470,953 000000000000000000c13dc9c27c7e7b9a603d1040a069da2c5d06374d4c3bef 979 1.00/1.00 vMB 153
470,952 470,952 00000000000000000044370b25fe7a361ab6473c08f463b407932ab441afe1e3 2,276 1.00/1.00 vMB 333
470,951 470,951 00000000000000000168c3440397f97ea40fe90b16b2bedbfe590449e8ea29a1 1,677 0.71/1.00 vMB 354
470,950 470,950 00000000000000000079abcf58e43763e8b613cc49fd7f7f41c72b77e2a5539f 1,757 1.00/1.00 vMB 223
470,949 470,949 000000000000000001895ee922cafed199785a9a72d1cbc4fba411ab409e049e 2,075 1.00/1.00 vMB 374
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.