Loading Tool

Explorer IconExplorer

Memory Pool

41,569 transactions
26.09 vMB
0.05741231 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 57ce5c19748cb103dbb3bbf17a8dfde655f73fe1d4d9b57f846d3b42c44b279d
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 2bf59aac58ce4e3a64133c506c543effdc8c82f3c8a74ac0b3953b5785e96d04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,471
Size: 1.00 vMB
Total Fees: 0.00985504 BTC
Feerates: 100.00 > 0.99 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (137,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,001 777,001 0000000000000000000455dcdb85f763e8bfccdfb5a8fecd7a858a46fd93308f 3,117 1.00/1.00 vMB 26
777,000 777,000 00000000000000000004067336610ed91f65ca2b51e3b0761fda9bde97189768 1,183 1.00/1.00 vMB 9
776,999 776,999 00000000000000000002b56bc12d4694dc7862b585487c5809b67f128e8b4230 1,413 1.00/1.00 vMB 11
776,998 776,998 0000000000000000000571070473e2d29e7512e7733156707d0c8a06c27e79ff 80 1.00/1.00 vMB 1
776,997 776,997 000000000000000000013d55c5b34edc964104e6eaf79a4cf24be9c6c318094d 1,574 1.00/1.00 vMB 9
776,996 776,996 00000000000000000002ad53f493b8be072153896b6846c9b2087be5124cb1d6 1,776 1.00/1.00 vMB 11
776,995 776,995 00000000000000000006bdf6aced4bd4c19edd806b9ce761530340b81bcaf6bd 2,493 1.00/1.00 vMB 16
776,994 776,994 00000000000000000000f805fa89e304f7fb8722e255714b7d778263b73a5b3a 926 1.00/1.00 vMB 5
776,993 776,993 0000000000000000000299941a9301a265f5a91dd08722d9f3efdb5e8ad7f027 1,175 1.00/1.00 vMB 8
776,992 776,992 0000000000000000000044ef38084515534a8bba6cdbdbdc6bc0e02888441bef 2,038 1.00/1.00 vMB 23
776,991 776,991 00000000000000000000b51b2004a581735844d5ea68752c0e517726963ec3f4 831 1.00/1.00 vMB 4
776,990 776,990 00000000000000000000ff5433ad3138e5a245a271451d83a3b45c4645f10b58 2,083 1.00/1.00 vMB 15
776,989 776,989 000000000000000000026833458fd9e56ad93154d90f21a95726a034ba440334 1,375 1.00/1.00 vMB 5
776,988 776,988 00000000000000000003aa6c7820a1579db10cd90469ebd6162364cc049d5dd2 2,349 1.00/1.00 vMB 16
776,987 776,987 00000000000000000003b0fa8142888e2c59f2069901138c45022f88c865cf66 3,173 1.00/1.00 vMB 26
776,986 776,986 000000000000000000004ec26b591d22d82d8d3c204373df04adc0d0369d858a 2,220 1.00/1.00 vMB 14
776,985 776,985 000000000000000000038ea1701b3796b04eec61a1cc67c96d45e6388a617cab 1,402 1.00/1.00 vMB 18
776,984 776,984 000000000000000000016453a02ec65df5239d6f2596ef09b74fe065170f8e2e 732 1.00/1.00 vMB 15
776,983 776,983 00000000000000000004d157f605b0d90ca54091b7dae820fc9a0870fd287c15 1,866 1.00/1.00 vMB 20
776,982 776,982 00000000000000000005deb11e7d71b6e2974d2e5a5bd3ed87354773e0b84dbf 2,274 1.00/1.00 vMB 22
776,981 776,981 0000000000000000000465bc6ec75d8f34d21c5dc8852b08b5f3b74b75b6d8ca 3,787 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.