Loading Tool

Explorer IconExplorer

Memory Pool

48,961 transactions
30.10 vMB
0.15905552 BTC
Random Selection Loading Transactions
Max Size: 160.90/200 MB

Candidate Block

Mining Attempt 75aa7f5995aae538d1da03cdcfbee2ecd86a6cb8d244e3cb84d8e4cc22810a7c
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root d680554f521e5c5becb49f909437cadf0fea25d79bcdd2a9af6ad73487933b32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,205
Size: 1.00 vMB
Total Fees: 0.08362600 BTC
Feerates: 261.10 > 8.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (450,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,812 463,812 00000000000000000136643db943e4020e00219ede61275302dddbae804d84f8 2,358 1.00/1.00 vMB 166
463,811 463,811 000000000000000000aaccaa47fc72fddf447a70630bda4ed581070a09adbee7 1,904 1.00/1.00 vMB 175
463,810 463,810 00000000000000000060762edd15aac13cf9804ab5db39ab7195da2b32fa43d4 1,926 1.00/1.00 vMB 144
463,809 463,809 000000000000000001ba700032c7b9b8ed05f5c1fffc5ff6d12e3bdcde4a7108 2,499 1.00/1.00 vMB 197
463,808 463,808 0000000000000000017404eaa9d9c16ea4539e02ccc886b3f99dec378f27a254 2,415 1.00/1.00 vMB 192
463,807 463,807 0000000000000000006ad531969b8acb8fe38aa4f4d969474dd4b8e738793f98 1,969 1.00/1.00 vMB 145
463,806 463,806 000000000000000001f45e10607585093a608eb79593e4aca1078c8760ad9ce1 2,075 1.00/1.00 vMB 134
463,805 463,805 00000000000000000108bc5aa862af702090ee369ee65b899dd7813e8a6c91c7 4,077 1.00/1.00 vMB 147
463,804 463,804 000000000000000001dd0aa7903e32775b1cf15e5dab9ecf46509df2c73479b3 2,272 1.00/1.00 vMB 139
463,803 463,803 0000000000000000006351d6978b207bbbc3ad5d5ef1c32effacb11cea67e6df 2,428 1.00/1.00 vMB 208
463,802 463,802 00000000000000000134901b2c3a0b4ddc14c9a6b3c5d04a545bc77ab34aff40 2,502 0.99/1.00 vMB 160
463,801 463,801 000000000000000001f7ae550f6321c0ab8921e089f2bd71876359269b8a591d 2,613 1.00/1.00 vMB 131
463,800 463,800 000000000000000000e94e65f3de2c8506de3afd237cf17a7aae94c05b9617c1 1,991 1.00/1.00 vMB 129
463,799 463,799 000000000000000001ba2d6568572cabecd394e068af56474b67a0cd40de79da 2,905 1.00/1.00 vMB 251
463,798 463,798 000000000000000000623cc44d0b57096cb88dbae079b69201ad5dc68059579c 1,231 1.00/1.00 vMB 140
463,797 463,797 000000000000000001230464a92dc70958eadec4c444f7dd27e1c219b2c22064 1,579 1.00/1.00 vMB 171
463,796 463,796 000000000000000000492937767fef8c3ba7433f79cd58ca6d841382859c4ef2 1,717 1.00/1.00 vMB 144
463,795 463,795 0000000000000000013646fc84fa7b4a9dd675f4a75ac88c914f84942237cacf 1 0.00/1.00 vMB 0
463,794 463,794 00000000000000000065c02fbf8ee0e8519fdc46451d6c8e0b3d3ec562e674a0 2,039 1.00/1.00 vMB 183
463,793 463,793 000000000000000001d531e84bee9dbdecb1bc82d268706c05f4d30520cf1401 1 0.00/1.00 vMB 0
463,792 463,792 00000000000000000213a57e5c91b5bfd5e2f3a06b8e4ab99610ddc57d01ded2 1,821 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.