Loading Tool

Explorer IconExplorer

Memory Pool

78,790 transactions
29.51 vMB
0.10130730 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt e2773bd8879f73a44705a6d6c3e8f6e7fe630f69f96b0fd561cde5361c42b7f3
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 0ec98dd1e72ec6adb23c1c1f6043f5a75be2e37052c4fe02d9090654c8aec089
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,581
Size: 1.00 vMB
Total Fees: 0.03716556 BTC
Feerates: 164.34 > 3.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (51,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,107 864,107 000000000000000000020b323f827e23eddc29c9ffba307887f44a1af2c86bf1 4,774 1.00/1.00 vMB 2
864,106 864,106 0000000000000000000101ed8af9f5bca67c278accb9f0c28a4ce48cd31df336 6,814 1.00/1.00 vMB 1
864,105 864,105 000000000000000000019a8ea4e0500dcf84c221e2533a9a5595f3638bf29762 3,640 1.00/1.00 vMB 4
864,104 864,104 000000000000000000007f2154074cbe51c8309b26d94b317ddd5408c5d3fa93 4,968 1.00/1.00 vMB 2
864,103 864,103 0000000000000000000294b6410a9f4dcae27962c42a5c6d6b1ac1a73237e738 3,620 1.00/1.00 vMB 3
864,102 864,102 00000000000000000001a5e0417ccc0e5397f822f9d617e5bd8320512a99778b 2,000 1.00/1.00 vMB 2
864,101 864,101 000000000000000000028536770da2beeacab841041f3f850a7af364738645d6 3,373 1.00/1.00 vMB 3
864,100 864,100 0000000000000000000137efea68767dc42f951f8224bde04cbb23f81fcb9ebc 2,965 1.00/1.00 vMB 4
864,099 864,099 00000000000000000001ef0053fec5d13be65a75beaab278d73ee0a7df9dd4f7 3,317 1.00/1.00 vMB 6
864,098 864,098 00000000000000000000e0c9403a4d25b25fbd8c4ba4af50831436a9d7b2c287 3,214 1.00/1.00 vMB 7
864,097 864,097 000000000000000000028e39fc55c86cbbd0a304163a3e0f2da0c90830aee1f2 3,930 1.00/1.00 vMB 11
864,096 864,096 0000000000000000000324f494ba5daffdac4c4abec11020398a7e1d75bca33e 3,561 1.00/1.00 vMB 3
864,095 864,095 000000000000000000020df19950bb755af5541caf1403d21ae01090d0db50f6 3,202 1.00/1.00 vMB 7
864,094 864,094 00000000000000000002b09c74a55188adbae267d5a20670262940828b40c474 2,433 1.00/1.00 vMB 5
864,093 864,093 00000000000000000000fc215b77a03df00db80e5eddbdf5233ff0ccc0ca3fa8 3,767 1.00/1.00 vMB 12
864,092 864,092 00000000000000000000ebc0dec5d4bad235c7b56f333b4059836f5052f09a79 6,677 1.00/1.00 vMB 2
864,091 864,091 00000000000000000000445b123a1eeab4d384dc22a583f7f503ea56b6b35533 3,007 1.00/1.00 vMB 4
864,090 864,090 00000000000000000000af04475c87bd3d7452ee9d4d1e76b29dc4ec9aa3ed1d 6,304 1.00/1.00 vMB 2
864,089 864,089 000000000000000000007ad8e3c10cdc483a0a43452672b590884d37aec55acc 4,699 1.00/1.00 vMB 2
864,088 864,088 000000000000000000030c83b053eb0ac428bf7a79da2b09275e3ed2b4adf675 2,297 1.00/1.00 vMB 3
864,087 864,087 0000000000000000000181bd8a334d4568757a6b9bdba1abd3680611faefa439 2,372 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.