Loading Tool

Explorer IconExplorer

Memory Pool

72,770 transactions
28.06 vMB
0.06755221 BTC
Random Selection Loading Transactions
Max Size: 166.19/200 MB

Candidate Block

Mining Attempt 82e342cf0cb4c511955c93635919b3b8f22c34d59cb2ea05a9591b0b0d20e41c
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 4dd5d7caac4a242d539448dab034fe53c0cd5f9c8848590adce74c223f625e0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,758
Size: 1.00 vMB
Total Fees: 0.01151464 BTC
Feerates: 150.86 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (506,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,798 408,798 000000000000000005a0d7a11a90ce92a9c0fc550c3f8de6a00beec1af03e590 1,190 0.52/1.00 vMB 40
408,797 408,797 0000000000000000053d17b5087b89ade6d85048fe1fc0ba21e3838d37489f52 1,189 0.49/1.00 vMB 44
408,796 408,796 0000000000000000059454a072ee48c99288922be76dac688e9aec453ab07f4d 614 0.32/1.00 vMB 36
408,795 408,795 000000000000000003d3ac7290b5e06f12529e46c18c45bf28deab0c61ecd309 13 0.00/1.00 vMB 153
408,794 408,794 0000000000000000041fd286aa417b777a0fadfcab6391a1c1cc2ec3cb02e0e4 116 0.92/1.00 vMB 3
408,793 408,793 00000000000000000431b85972df20523acf9bbf9ae7190f61bb35b9cded0132 1,261 1.00/1.00 vMB 24
408,792 408,792 0000000000000000025afc6d66a9d1cde6811b679de497648a423a6841d464e8 2,486 1.00/1.00 vMB 39
408,791 408,791 000000000000000004a297834bc88f9d341254f89c03aa3ff95696969a0021c2 1,144 1.00/1.00 vMB 20
408,790 408,790 000000000000000004839f452dc8a3fe824d09eb73f48c013ded680c9cfcf140 771 0.32/1.00 vMB 41
408,789 408,789 000000000000000001d69964b858d9931c258337ed0912ea1729d6c265c6fa92 1,030 0.52/1.00 vMB 36
408,788 408,788 0000000000000000027fde12ccf35ace103a265962f853a02f0669237baa962f 1,868 0.76/1.00 vMB 45
408,787 408,787 000000000000000002727f999f52664261f3e6b9bc8f332f2c404940afb79ed2 423 0.62/1.00 vMB 16
408,786 408,786 000000000000000004d52c01adedb18b8a5c748e15b1b840258f7e467c61c22e 1,727 1.00/1.00 vMB 35
408,785 408,785 000000000000000001fd44ede29bbaedcaee5272b516a061a67662a48d1f4723 1,041 1.00/1.00 vMB 23
408,784 408,784 000000000000000005811a908ab3ce7f1bd3901044e48b9a402f72f05b18b97c 1,871 1.00/1.00 vMB 36
408,783 408,783 0000000000000000023aa03b2ec5d3b93b5dc2689b99e40a3a52f5c6a5108f0e 2,162 1.00/1.00 vMB 31
408,782 408,782 000000000000000001369dca9135143d9100991e80cc9978e8def3c3327d00bf 1 0.00/1.00 vMB 0
408,781 408,781 000000000000000001894f31ed4d9bc1287b3a198562debb309a6ac0f252e606 2,718 0.99/1.00 vMB 43
408,780 408,780 0000000000000000016baea23fab7bd52d8f65b94298dd003f3fac1f24fa3116 3,343 0.99/1.00 vMB 93
408,779 408,779 000000000000000005631e0856d4228f4b7a4d92ef6ceee3571c6c9f80b64d23 395 0.23/1.00 vMB 19
408,778 408,778 0000000000000000023fb1c862eee2e831ae430ec6afccacdcda87f2052ad543 160 0.07/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.