Loading Tool

Explorer IconExplorer

Memory Pool

42,744 transactions
29.75 vMB
0.09121926 BTC
Random Selection Loading Transactions
Max Size: 151.30/200 MB

Candidate Block

Mining Attempt 8f8efa56da08d78b00dbb73078607b7fb098a8e1fc38a675c30f518b4311bc9a
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 30b6d916dceae83b2200dec22c030477afc5c6c2326a9f006bc75149241aa7a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,339
Size: 1.00 vMB
Total Fees: 0.03148344 BTC
Feerates: 150.97 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (351,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,831 562,831 000000000000000000153f7fef4783fc5723aeff8383b81124ac1a9522617c22 2,516 1.00/1.00 vMB 20
562,830 562,830 00000000000000000014c0496852a054c0a6887def385afadd5bad3d03444d4a 2,705 1.00/1.00 vMB 28
562,829 562,829 000000000000000000042c943c8e3b007d6534598933ec51b8c34bcf3ece79d2 2,420 1.00/1.00 vMB 27
562,828 562,828 0000000000000000002232726a8ce96c1a9fa192b6077af19657f9473124699d 3,279 1.00/1.00 vMB 46
562,827 562,827 00000000000000000020a208af6ae2e9f0539748b9bfec30bb005b7f4567115d 2,820 1.00/1.00 vMB 47
562,826 562,826 00000000000000000028e17f9af958534d9f116cd239b6bae315b14f94d59785 2,838 1.00/1.00 vMB 34
562,825 562,825 0000000000000000002c27ce529d497e759b7ecf34c1f3dd1e416c3954893b5f 2,704 1.00/1.00 vMB 38
562,824 562,824 00000000000000000008317a44008086e064a04902a8a46b86ca5b82fb8de16a 2,798 1.00/1.00 vMB 4
562,823 562,823 0000000000000000002719b2172a4526c31b9c7872290d18badc61ee605e413c 2,767 1.00/1.00 vMB 5
562,822 562,822 00000000000000000010016bf6cab1fd4d9a75a5e5b55fb1016691d80314fe2e 1,959 1.00/1.00 vMB 15
562,821 562,821 000000000000000000104d0efa4e5582bbc8951e5decc016d2bb42974d4ec589 2,427 1.00/1.00 vMB 19
562,820 562,820 000000000000000000052e4ded19a91698e8d9e2d86c5f60eca568d6c44408c9 2,611 1.00/1.00 vMB 46
562,819 562,819 0000000000000000000da3f2510a56fbc9e1d9ffb39aafe50e43a76183b5ba33 1,894 1.00/1.00 vMB 10
562,818 562,818 0000000000000000000f5cb21996bbb9027283e796a4e033d318442ca8602a3a 1,750 1.00/1.00 vMB 20
562,817 562,817 000000000000000000169e69531de77d5ec84b63073741a9325f66620a0d0ad9 1,353 1.00/1.00 vMB 23
562,816 562,816 00000000000000000008f2c7bb3e0be5448157702c47685f37965e4b25aa4c04 2,743 1.00/1.00 vMB 34
562,815 562,815 0000000000000000002aaad4c58b18ab0b18bf0d3778a938d16f3dd758aef519 2,201 1.00/1.00 vMB 50
562,814 562,814 000000000000000000212d371d5c1f125a6fa4b3efaa6c2616f9a1f182860af7 2,002 1.00/1.00 vMB 8
562,813 562,813 000000000000000000043b6516e235884c06d1d51f9e82b5066019ff514efc94 1,392 1.00/1.00 vMB 5
562,812 562,812 0000000000000000000747a6abe7b91f8aa745e692b0a10deb879712e2ed006b 2,276 1.00/1.00 vMB 14
562,811 562,811 0000000000000000000f197e628441727b20b84d1d532cc0a55500942ab1352d 2,680 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.64 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: 626.52 GB
    • Received: 11.66 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.