Loading Tool

Explorer IconExplorer

Memory Pool

98,142 transactions
25.80 vMB
0.07207121 BTC
Random Selection Loading Transactions
Max Size: 173.51/200 MB

Candidate Block

Mining Attempt 3abba11f7356aca9d2a2250640203a2fdcb079f56154567eee075f84c9a99e43
Version 20000000
Previous Block 00000000000000000000b694b47b227a1fbc73f1f615ff7acd6d6cd4f3409c30
Merkle Root db4ab2b5a5021ec9c213ceb14ee3b7aaf10728d98872e9ffcc343f8dce18de05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,922
Size: 1.00 vMB
Total Fees: 0.01029084 BTC
Feerates: 115.11 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,068 (895,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
20,656 20,656 00000000f3e3c14b339c5c84c0406787a6bc4b789cbe24711f37e1937707e7ab 1 0.00/1.00 vMB 0
20,655 20,655 0000000009b5c022fe365b0f7db09992ccca52ac1602968fbd439815f743e1bf 1 0.00/1.00 vMB 0
20,654 20,654 00000000057c1ab3c7cccb468e7187a25e65871afd4ef4970bc76eb99db44d12 1 0.00/1.00 vMB 0
20,653 20,653 00000000efdea0843c3b50e383833e007ca626456c0010d2b30d3152a72bd57a 1 0.00/1.00 vMB 0
20,652 20,652 00000000416ce1519cbc19d6a15364373db6ac4cccc5d4f78baa91bb226ea750 1 0.00/1.00 vMB 0
20,651 20,651 000000000a59d5c00dc93a3b1a9181fed77ee5610b673c8bdb7fd9440e683055 1 0.00/1.00 vMB 0
20,650 20,650 00000000d65daed418266d3f6cd005816664fd79551a0f993962d6fef3c4196e 1 0.00/1.00 vMB 0
20,649 20,649 000000002c13d6842022a87b56f6d42f8aa625a29d45ba2cde2904f57a6a25bc 1 0.00/1.00 vMB 0
20,648 20,648 00000000aa36aa189bedecf9fb5976bbc2d6fb284ede3b9f691d09269be36cc0 1 0.00/1.00 vMB 0
20,647 20,647 0000000067335a87f20c997a5a6d0ec4a62e084ba5c1eb0de63677b8ba29380c 1 0.00/1.00 vMB 0
20,646 20,646 000000007feea57ec1e9a6ee7d2e2b1c8d59347f11d5d4c371dbf3441fea3077 1 0.00/1.00 vMB 0
20,645 20,645 00000000b2970712891062997ebd5d408bb6df2504eaeacbf0151a3cac278a1c 1 0.00/1.00 vMB 0
20,644 20,644 000000000a233f3691f6493466c3aea1132b7706847bc8741880d9e413b876e2 1 0.00/1.00 vMB 0
20,643 20,643 00000000a1734a94ac059c888a9ef73a269659160be9115c28038f6550c7c37c 1 0.00/1.00 vMB 0
20,642 20,642 00000000cea49e45b462278e813a371fc3f25752c21fcf952fcc3927d70cee6e 1 0.00/1.00 vMB 0
20,641 20,641 00000000edbef8f2cba39c4b923990f6b6051f5e801983b61bc1b5af23cb583d 1 0.00/1.00 vMB 0
20,640 20,640 000000001a34cefd2827e85e80bb0dd427f0ea383c6dfdc41011a495ab7c096d 1 0.00/1.00 vMB 0
20,639 20,639 00000000f5b392cb93e4df89c6563f35181ad75f3170f158cd6406ecc607e530 1 0.00/1.00 vMB 0
20,638 20,638 00000000f68544f64c5c949793665b81227192d5b86874d471ba26c8876e57af 1 0.00/1.00 vMB 0
20,637 20,637 00000000c837f90e2e24d18cd0b77b9eb3cd82e56788bb87c998608f49179c21 1 0.00/1.00 vMB 0
20,636 20,636 0000000057521a04d553b2ad5988f37ad70b27da218abb060aa66fde8bcb5383 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.24 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: 814.28 GB
    • Received: 23.91 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.