Loading Tool

Explorer IconExplorer

Memory Pool

79,271 transactions
29.25 vMB
0.10418574 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt e413066d36f5c7900057c452fc3c5e459239ea2eb79cc8c7c52baeac90cb35b4
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 74d67ad1e58cc167f24f526e26879c88e4296f2466f6186af34c0554c6ab795d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.04289724 BTC
Feerates: 137.15 > 4.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (795,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,020 120,020 0000000000006bfd976f7138b04e447c5d8ec100b4a788328e7465a91aad98bb 32 0.02/1.00 vMB 555
120,019 120,019 0000000000006b5b5d927e6869e351eed2231b95ec1d43929711bb5e61b8d50e 6 0.00/1.00 vMB 2,324
120,018 120,018 0000000000004e279b213f2aa0472655f713fa1639680025809fbae24700a534 14 0.00/1.00 vMB 1,297
120,017 120,017 0000000000009e7b95a7e6e20ab389e7efa3d5d2274da4c6900722026b2cc878 8 0.00/1.00 vMB 0
120,016 120,016 0000000000008bf8dff3bfa894ecc1825c72855720e3fc3d0ddf6a6a8d965f37 14 0.01/1.00 vMB 738
120,015 120,015 0000000000000715e9076bcb7a1ee2f8225c871e0b3e632a8050d4da298b3b3e 14 0.00/1.00 vMB 0
120,014 120,014 0000000000006884c6f2a6b56a6024d10c2f7cd9d52a7a58537826c39aa9a7ae 3 0.00/1.00 vMB 1,066
120,013 120,013 0000000000007d1bdd2cfd23ffb3c2bae3143772bd6577aecae9c6b29f88c2af 7 0.00/1.00 vMB 808
120,012 120,012 00000000000062343a80b7fecb3dadc4f7414783179569e054c778326d2ce056 16 0.01/1.00 vMB 1,658
120,011 120,011 00000000000060d3b18a2818a93ae1d4bb1e1a8c73266b157958dcd2b6d3af87 10 0.00/1.00 vMB 0
120,010 120,010 00000000000083c79bbeb8ac27eb55b8740c3075dfb4da1759baee78d3c5614c 25 0.01/1.00 vMB 126
120,009 120,009 000000000000b2847f688808836c3905fab245cf8081befb11d1422ad59be780 15 0.00/1.00 vMB 1,003
120,008 120,008 000000000000a6dade9423c6cebb7222fb3155e28e5600b35b6f54cd8a1228f5 6 0.00/1.00 vMB 311
120,007 120,007 000000000000a4d5557449a3d1cab4752cce31c54c6b2b683fc1538bfb8264c5 1 0.00/1.00 vMB 0
120,006 120,006 000000000000ae07e7fd002daf18ec0d14b38d74d6e9c872ef9ce256931625f9 74 0.02/1.00 vMB 104
120,005 120,005 000000000000b52b05fd81f88418332a614455d5b532550366b3169bdc2a6931 133 0.04/1.00 vMB 52
120,004 120,004 0000000000009bb8a4a594cb5348d8dab5f507d0849a86f321c9147604fa24ef 23 0.01/1.00 vMB 1,047
120,003 120,003 0000000000003068ab46a3a1ce6b4a621f7bb293d02cd2055f4ed3892e20c7be 12 0.00/1.00 vMB 876
120,002 120,002 00000000000039c58815c3cb356a6cd84b9674dc4afcc26e8a456c8ea4bcbed8 11 0.00/1.00 vMB 0
120,001 120,001 000000000000218e1979853b278e527b6c447603942b461014964c4368c27482 12 0.00/1.00 vMB 906
120,000 120,000 0000000000000e07595fca57b37fea8522e95e0f6891779cfd34d7e537524471 56 0.02/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.