Loading Tool

Explorer IconExplorer

Memory Pool

81,426 transactions
30.80 vMB
0.11058114 BTC
Random Selection Loading Transactions
Max Size: 184.59/200 MB

Candidate Block

Mining Attempt 01e20cecb8ff7fbe55a5253d07f38e3062f620a2b21f933cd02733bda974ddcb
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root b2da438b88dad576e688dd43688e5446a09a4a0f499f49695d01d702a50c4f1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03082406 BTC
Feerates: 101.42 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (452,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,998 462,998 000000000000000000214aeb38e6f47616c6b7854f39038180ecff49afc1a0e1 1,410 1.00/1.00 vMB 89
462,997 462,997 0000000000000000005231fd4d0015477af6107f88a4df2603854801ece80444 2,103 1.00/1.00 vMB 139
462,996 462,996 000000000000000001dd6de919338daacbd8e9c711147639bc20db02b2aac935 1,458 1.00/1.00 vMB 174
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
Previous 10 blocks ↓
Total Size: 782.65 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.94 GB
    • Received: 16.33 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.