Loading Tool

Explorer IconExplorer

Memory Pool

37,802 transactions
27.99 vMB
0.06510451 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt f36b8b6c07c1e14717e0e9b4010590f8de4531e28327a82b12dee115829b9724
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 67cf7dfff7ddfacc5bb7039658ef29a5a6e64e1d1bebaf66bf94219e08647ac7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,585
Size: 1.00 vMB
Total Fees: 0.01158390 BTC
Feerates: 203.60 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (408,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,767 505,767 000000000000000000761aeaec6549fc5ac4aac08e9208b410c7ed77d9e4d520 278 1.00/1.00 vMB 225
505,766 505,766 00000000000000000053deda0c3e6c299b1fc2990f6170b8f1573da7641c8b73 1,624 1.00/1.00 vMB 283
505,765 505,765 0000000000000000007604c17999dbadf2472159f21c696b1294b743bf1e7b76 1,587 1.00/1.00 vMB 323
505,764 505,764 00000000000000000078530f72f3745530cc459dfea819e365cca8d7b578f1b5 1,934 1.00/1.00 vMB 191
505,763 505,763 000000000000000000224d4c05201204ec2d0b84cc42db0e13430d2636bd6b59 2,788 1.00/1.00 vMB 236
505,762 505,762 00000000000000000061a3abb4a77e385d47c51a69e5147d0527209acac60255 2,656 1.00/1.00 vMB 230
505,761 505,761 0000000000000000001efc8fbc77826cb4f0ce9164ba160ff230879226108eac 2,180 1.00/1.00 vMB 150
505,760 505,760 000000000000000000469be3d5c204ccda760342167ade55a8185b275f768f7a 2,913 1.00/1.00 vMB 304
505,759 505,759 000000000000000000151c3e11dfad07c86135a1e46536732853cf7a093e0e2b 1,590 1.00/1.00 vMB 166
505,758 505,758 00000000000000000026f7d90ce92a51cd004723aada37c4519b34b4fcea5891 2,743 1.00/1.00 vMB 239
505,757 505,757 0000000000000000002593936c9e442a6d9728895234634eb1c75fa86d934ffd 2,540 1.00/1.00 vMB 334
505,756 505,756 00000000000000000022c44c39583029aa6f2fc040aba58088a6a76ad65c7172 2,154 1.00/1.00 vMB 156
505,755 505,755 0000000000000000003bf8607f48a75795b43340d8fd190c0b65a50a2d60e7c4 2,863 1.00/1.00 vMB 240
505,754 505,754 0000000000000000000d1c2b098d0eccf884487aecc86e120b698f058809ab00 1,076 1.00/1.00 vMB 228
505,753 505,753 0000000000000000006fdc4c9b8f61f5bc210d62dd4329f74d3dbff9ae766c2b 1,260 1.00/1.00 vMB 229
505,752 505,752 00000000000000000005ff5477808868faa49f6d9280bb86c428c6852f197e4c 2,615 1.00/1.00 vMB 336
505,751 505,751 0000000000000000000d6eed8b074d341f4216871d41afefdab2917f3c02d1ab 971 1.00/1.00 vMB 104
505,750 505,750 0000000000000000004d6ec16dafe9d8370958664c1dc422f452892264c59526 1,785 1.00/1.00 vMB 210
505,749 505,749 00000000000000000079b22d9f62effeddc5a938ec338f14990ab15b829d1b3c 1,105 1.00/1.00 vMB 173
505,748 505,748 0000000000000000005853ce5aa2b4f3c8b3332d4456978b61338ec1c1703a2f 1,771 1.00/1.00 vMB 226
505,747 505,747 000000000000000000125e9285bce772c300d0ed9de33a43cb83b39f8098e953 828 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.49 GB
    • Received: 11.80 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.