Loading Tool

Explorer IconExplorer

Memory Pool

77,232 transactions
28.99 vMB
0.06868591 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt 42f1512e7851589e565500de1882347de8e55da55f03e462733518df1bb2cf41
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 95643340bd417c63a1066a6a47ef2941d37b1700b89d8f500de48370e7681f5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,140
Size: 1.00 vMB
Total Fees: 0.00533577 BTC
Feerates: 94.79 > 0.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (499,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,880 415,880 000000000000000000fa17a6aec08292fbaf0bbd533c5aaf5ee5201b283b0f27 254 0.14/1.00 vMB 41
415,879 415,879 00000000000000000277eeaa840ec143a9043d5ec5d7aab03a9b8cdfc5515919 104 0.05/1.00 vMB 48
415,878 415,878 000000000000000001c941fd74dcf663eafba6f23da3bf48c2a0d9b5bdc50ebb 2,091 0.80/1.00 vMB 47
415,877 415,877 0000000000000000055f36f9aad863571a10d3a32f0f3f36b640a5467b178ed4 465 0.98/1.00 vMB 8
415,876 415,876 00000000000000000544ae6538d8fca3ca57ebd218c839262c905b6b2634a6fc 25 0.01/1.00 vMB 54
415,875 415,875 0000000000000000012c8fa4eb32103b133655cc5dfe3897493a9b7b700045d6 1,547 0.63/1.00 vMB 48
415,874 415,874 00000000000000000000e8a23c95b37eba8ea5c29075330692114b90062672a7 331 0.19/1.00 vMB 29
415,873 415,873 00000000000000000363a65ad92266ee7121fc40aaf314e88b0ecf45d08436df 2,464 1.00/1.00 vMB 50
415,872 415,872 000000000000000003c211f5c97779cc6c42e4608425b118a1c3babbc0bd20b4 573 0.22/1.00 vMB 49
415,871 415,871 000000000000000003b2e8378b48acd6ac1b99178b072cfae9ba9d6eb09168e3 1,215 0.49/1.00 vMB 46
415,870 415,870 0000000000000000059905774d8d3d72f759966da89f522ac3b8a319384f817b 897 0.43/1.00 vMB 40
415,869 415,869 0000000000000000006ed8c4d97c34775046fba9f1fdd9b316d57095db82b76e 1,084 0.66/1.00 vMB 33
415,868 415,868 00000000000000000440135e19691ec4cf23dfc4dfdad339c69524c435b0ad3f 2,134 1.00/1.00 vMB 35
415,867 415,867 00000000000000000527bbf96687699fb63e94e3cf22bda9e3dbcf183cfc1a6b 2,995 1.00/1.00 vMB 60
415,866 415,866 0000000000000000054a3c50c894466ea06ba1dee61f150a16721a6a0148a56e 151 0.99/1.00 vMB 1
415,865 415,865 00000000000000000192c56a82d2d0a6c65000da65b46bf9e4807ed653d73b43 637 0.25/1.00 vMB 45
415,864 415,864 0000000000000000055c30ff92bab88a396456fffef1082b9e1c53fd9d995383 1,551 1.00/1.00 vMB 28
415,863 415,863 000000000000000005891dd04b6f2d4d61e055074aeb0d8b70a9c74d943b28f1 1,104 0.44/1.00 vMB 44
415,862 415,862 0000000000000000054dfd74ecadd757895ddca7ce018e6cc8b4ee0c2ec3a568 906 0.88/1.00 vMB 23
415,861 415,861 0000000000000000012918b36a2d0b6d90c5542f82641a64ab9cce39adade174 158 0.05/1.00 vMB 47
415,860 415,860 000000000000000002bb2602e6973d3d4e846f2d14386c9a39f7fd02c8418eab 1,400 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.03 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.