Loading Tool

Explorer IconExplorer

Memory Pool

77,064 transactions
28.72 vMB
0.07412439 BTC
Random Selection Loading Transactions
Max Size: 173.91/200 MB

Candidate Block

Mining Attempt ea29cba5d7df97450387c07ef69b9db43a25f0552edfd7f3dca09e867955f756
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 538af2ef8832b72b5503ec9bf55437836b8f9da0864c86e502dfd20689a3aa2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,122
Size: 1.00 vMB
Total Fees: 0.01421489 BTC
Feerates: 71.79 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (452,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,993 462,993 0000000000000000019ba97c2b67f9a62635a22f1968cff5534f6ff3e90e2e46 1,979 1.00/1.00 vMB 160
462,992 462,992 000000000000000001f685061ad563c875865c5223e405779b333e1c0ef46048 1,992 1.00/1.00 vMB 156
462,991 462,991 000000000000000000ab5b0060c6c3564659b95d2682f6373cbec45331e8e061 2,717 1.00/1.00 vMB 120
462,990 462,990 00000000000000000113b2eed71a489f6777a36386b2f71512e4d8f28b646294 2,454 1.00/1.00 vMB 143
462,989 462,989 000000000000000000c43f7c0c4735bf02ecd40da7b0528ec9603d588e82acd2 2,012 1.00/1.00 vMB 150
462,988 462,988 00000000000000000060201aa7d4e8da8a7558cea07d9d985337ac2e60bee7ab 2,009 1.00/1.00 vMB 148
462,987 462,987 000000000000000001ff610d63a4feabb7e734d03d8fe2d357574d4f54e0967a 2,448 1.00/1.00 vMB 193
462,986 462,986 0000000000000000014ed96dd764b2940782cb167bc5632ccd4bc5ab368c2d16 2,370 1.00/1.00 vMB 146
462,985 462,985 0000000000000000000d07b97072b0f1068b9efd7c7bb9d0b3617d127585fb60 2,491 1.00/1.00 vMB 236
462,984 462,984 0000000000000000003dc8e5136814c29b48ccd178ba0084719eb4856217d394 1,815 1.00/1.00 vMB 142
462,983 462,983 000000000000000001977600f4ae5e7284724d8f4d76e5725110e938784cd2f5 2,704 1.00/1.00 vMB 265
462,982 462,982 000000000000000001a99fdccfc59ada584f523223ab5592f8c605e1505cc65a 2,202 1.00/1.00 vMB 181
462,981 462,981 000000000000000001bab72f8d1240da4e94cc6d703efd25d0ba01f4ad713100 2,128 1.00/1.00 vMB 167
462,980 462,980 0000000000000000005a9ed69af3f6de854c1b4dea0cc4e556495473c80ef6d5 2,401 1.00/1.00 vMB 140
462,979 462,979 000000000000000001683764254595c88aac8539a66c6df6edb9f04365e58ee7 384 1.00/1.00 vMB 14
462,978 462,978 000000000000000001de38120c6280d4bdfab35e5a2d7b0bcb3c9f6ddeb3f347 1,837 1.00/1.00 vMB 101
462,977 462,977 0000000000000000021638beb4f557769a5fa66fa5f5368f4992d7417aa84b84 727 1.00/1.00 vMB 43
462,976 462,976 0000000000000000015b38916765b21c89151da423676015a10e76628bf1f5d9 1,331 1.00/1.00 vMB 39
462,975 462,975 0000000000000000008632f11f51f282e78d94bf4753998a577d717a573d5d5d 1,605 1.00/1.00 vMB 95
462,974 462,974 0000000000000000010184851cdbec8523c07dc1d70cf9aff473144810ac258b 2,196 1.00/1.00 vMB 102
462,973 462,973 000000000000000000fbf475e617f03873d6bc37f6ddedcdc2bad3550e2fb82f 1,793 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.