Loading Tool

Explorer IconExplorer

Memory Pool

60,368 transactions
29.43 vMB
0.06493645 BTC
Random Selection Loading Transactions
Max Size: 163.52/200 MB

Candidate Block

Mining Attempt f1e7d118202ce9f2ad874b5eb6370d58d2ef97618010cc593aaaf76803017219
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 9d2fac1655887eaea878f278a4d222299f2bce58f667575a7eaffb6f34ff0a37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,705
Size: 1.00 vMB
Total Fees: 0.00803268 BTC
Feerates: 108.49 > 0.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (452,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,538 462,538 000000000000000000dc785e755442352d43e79f8a0434fbfe7f9fb1746c2a2d 1,015 0.99/1.00 vMB 49
462,537 462,537 000000000000000000798ff414d678f348ade576687264a3f76a1e436fba1626 1,747 1.00/1.00 vMB 104
462,536 462,536 000000000000000001f70613fcfa32aad39f9164330d250894b1961c7d647989 2,221 0.99/1.00 vMB 156
462,535 462,535 0000000000000000014e7d776575953ca66390b29241633dd0fe8d6cce7a66f1 1,181 1.00/1.00 vMB 65
462,534 462,534 000000000000000001729822fea8d68d2bc56b8a0ff5ab2a1bdba32811f2a0de 1,809 1.00/1.00 vMB 132
462,533 462,533 0000000000000000018def0c7b07a5e6eb2c8d854cbe2390efa4877757abaea2 1,121 1.00/1.00 vMB 52
462,532 462,532 000000000000000000fa5d284e2bc9bbf5933ad15f5af9e221277491b9c4acb1 1,974 1.00/1.00 vMB 49
462,531 462,531 000000000000000000ed0eb2adf6065fc851b07a29eb0d75f7cd4e98e736cdf8 2,159 1.00/1.00 vMB 151
462,530 462,530 000000000000000000ea8037b4f25c3621bcc421daffebf6f1b93eb25b1fa724 2,872 1.00/1.00 vMB 52
462,529 462,529 00000000000000000057549ccd177aecbbdfbe5ce5d8379348fe883bbf415853 1,720 1.00/1.00 vMB 108
462,528 462,528 0000000000000000004f08f16219c4c407b49c9d66de1510c7f8a8a6afc39809 2,400 1.00/1.00 vMB 160
462,527 462,527 00000000000000000196ac24ca504f0be456379306a28001b7fd383baab25146 2,436 1.00/1.00 vMB 116
462,526 462,526 000000000000000001567f5dd1f1dcf9a21ebfb2b55cc5cdcf42f15936563863 2,222 1.00/1.00 vMB 157
462,525 462,525 000000000000000000ca2347274c5c463db733d5e9a94a88e208f44d407a14ae 1,992 1.00/1.00 vMB 131
462,524 462,524 000000000000000000f249b13a1678528337d8cf485cf5a49b8c06afe7cbfeaa 2,928 1.00/1.00 vMB 194
462,523 462,523 0000000000000000013d4252ff442510eb27992043bf98af21023e9cd8da5da7 1,465 1.00/1.00 vMB 117
462,522 462,522 000000000000000000d5d7023977b0dc18d100d29f0b8005048cf259958d8b14 1,620 1.00/1.00 vMB 77
462,521 462,521 0000000000000000013f08e14dccf7b24a0e0cad7ec1c1e62aa4af023ccd9d56 1,600 1.00/1.00 vMB 91
462,520 462,520 0000000000000000012c42e110f26e5be568aa62b17bfd307514f823baf8dcd9 1,925 1.00/1.00 vMB 121
462,519 462,519 000000000000000000824702f52b3d38c1934aa059dc6c15162084e42a244142 2,120 1.00/1.00 vMB 123
462,518 462,518 00000000000000000204f81a7c6bf6c439fa4e5868d0c22f468e0a9c10e5ef35 1,192 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.