Loading Tool

Explorer IconExplorer

Memory Pool

80,933 transactions
30.29 vMB
0.15454151 BTC
Random Selection Loading Transactions
Max Size: 182.58/200 MB

Candidate Block

Mining Attempt d6aa1da45e63d39e4909f02c678db99d9cf08c714bb7983239c39c3aaeba0795
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root a937ab1c5cf6133c50f28ab85c14a4c48252ad81c997f1f4c7f2560b63e2a434
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.07996348 BTC
Feerates: 251.00 > 8.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (452,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,995 462,995 0000000000000000018c95e6a94e7637a316191110f35c9d6531c7c1ca29c2ce 2,556 1.00/1.00 vMB 131
462,994 462,994 00000000000000000118005c2483ba60653c0b9077108802e86f300279ad133d 2,033 1.00/1.00 vMB 136
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
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.