Loading Tool

Explorer IconExplorer

Memory Pool

79,533 transactions
29.68 vMB
0.07444062 BTC
Random Selection Loading Transactions
Max Size: 178.44/200 MB

Candidate Block

Mining Attempt 99c2e5a77f0c0743736631d36fb17178b43e1cff806cf6f0d9bc1cc889b779ee
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6df1260a99cba33595bcd5ea89694910e493158cb360cfbed0e0d0d20368d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,286
Size: 1.00 vMB
Total Fees: 0.01401677 BTC
Feerates: 74.18 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (446,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,386 468,386 0000000000000000000e8193b878b9eeed75476ed1d97ccabae8efa86dca22ce 1,108 1.00/1.00 vMB 218
468,385 468,385 000000000000000001a05906ff22a2f55c79f7551a29ff84083f46d561f90cda 2,148 0.99/1.00 vMB 353
468,384 468,384 000000000000000000508bd610bdc4e46295bbb9d85a431ae3fe18d192e0a11e 1,905 1.00/1.00 vMB 281
468,383 468,383 000000000000000001c0df7832159294658a90366a5d4ae051b9674c54d73319 2,364 1.00/1.00 vMB 309
468,382 468,382 000000000000000000e0478541eb0f2fe114c153cf2580b4fe8ebca294606c2a 1,488 1.00/1.00 vMB 208
468,381 468,381 00000000000000000075e4495fe7611f5902c3b4ae39dd538d6edc1b28e67ad0 2,352 1.00/1.00 vMB 347
468,380 468,380 00000000000000000130d226393cb6bb8a04769016323ba7784fe50e2bbf5fc7 2,381 1.00/1.00 vMB 397
468,379 468,379 0000000000000000005fbfd4bac834447f811bf7719e4382c08655b2f5e4c64c 2,312 1.00/1.00 vMB 320
468,378 468,378 000000000000000000f289340ae6f01dcad1a7da46b096d59718af030fbf38b4 2,232 1.00/1.00 vMB 404
468,377 468,377 000000000000000000ba01083d0741934998b9d4776b3ed1e4506318c151e510 2,074 1.00/1.00 vMB 255
468,376 468,376 00000000000000000076c9ba43e19d556cff37dfec24d5b94cfc2b99afd4f5d7 3,660 1.00/1.00 vMB 247
468,375 468,375 000000000000000000e04fc760cd3e735c35b007f09a9e381686ea2f6de47d50 2,596 1.00/1.00 vMB 287
468,374 468,374 000000000000000001b2088015dd9272c54a56ae272201e3d0a082ae9888a783 2,089 1.00/1.00 vMB 323
468,373 468,373 000000000000000000f530778585d6fa977b905894d2d5daca3fd2d238c4fa02 2,554 1.00/1.00 vMB 322
468,372 468,372 0000000000000000016398cd899406fd720c96b864a372a0c0399449d19f0a0b 2,467 1.00/1.00 vMB 331
468,371 468,371 0000000000000000015dbd4c8ce99007d0de9fce3f6332e8b9bdda140e9df7fe 2,380 1.00/1.00 vMB 348
468,370 468,370 000000000000000000e3d8481781cb2a10bf4a7cf15c0dee8ca1c38d669d9642 1,464 1.00/1.00 vMB 265
468,369 468,369 00000000000000000181412cdd56c02c01f2ba402f7100236df65d94c4f3408c 2,147 1.00/1.00 vMB 328
468,368 468,368 000000000000000001975967ee17bc02155fc57c398e7d0d75cc906fa45883a6 2,286 1.00/1.00 vMB 387
468,367 468,367 00000000000000000123fe7b95dfd90bb8d80189ef59616acfef6668659aee52 2,049 1.00/1.00 vMB 274
468,366 468,366 000000000000000000b42a4fde932b54ba245ff33fc317c7144e3928cb593e58 2,464 1.00/1.00 vMB 356
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.