Loading Tool

Explorer IconExplorer

Memory Pool

81,602 transactions
31.68 vMB
0.10562954 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt ad75d118f8ea95b36bbfea4ab1fe11555874ab3c119c20c00ad2548e3da646f4
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 6118bc9a2864a6a4c1d0764f66adddcc3c31ac3a3614a3f079f261b989fd4da9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,215
Size: 1.00 vMB
Total Fees: 0.02325953 BTC
Feerates: 711.74 > 2.33 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (852,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,149 63,149 000000000015102c83492b2338ce1ec88cee2309c8adccafc477f628b363cc88 1 0.00/1.00 vMB 0
63,148 63,148 0000000002ba56f8dc8b106052598060293b26bd88c1b118ef921a30d5368f68 1 0.00/1.00 vMB 0
63,147 63,147 000000000d2a592f43549a81708963b9acd9b5e605752d3471389b80ab8f22e5 3 0.00/1.00 vMB 0
63,146 63,146 00000000039816baeea17cd772529b83825ab54521479defa5ccd3b5106bf9a4 3 0.00/1.00 vMB 0
63,145 63,145 0000000003faea004a75d75f4629dfab901b6c12294e0be73c569b17789b714b 4 0.00/1.00 vMB 0
63,144 63,144 0000000006644a9a890d56b649780dd1c8a950a1301428769036ad12addeba31 1 0.00/1.00 vMB 0
63,143 63,143 0000000006574710e0fd3dc3ad194abdaeac7710a77169aee65b5271037a2b1f 1 0.00/1.00 vMB 0
63,142 63,142 0000000009a157788705fa8d7dcc86dd06d24f666e198236b09823a4a7d2d22b 1 0.00/1.00 vMB 0
63,141 63,141 0000000004e4d702046c6d780e96647a5b447401449ae603b339b6c396b13bb2 2 0.00/1.00 vMB 0
63,140 63,140 0000000005b49b7f555c93dea752637a23cf7af243fe401d83dfca0becaa1621 1 0.00/1.00 vMB 0
63,139 63,139 00000000082b8373bf64376fafdda7d7dee500f805cdf5f6a4e4118f802d85f2 1 0.00/1.00 vMB 0
63,138 63,138 00000000000ae756961c886467b014a91516f7b337b1578ce62443fdcccc41f4 1 0.00/1.00 vMB 0
63,137 63,137 0000000004d491afb51c13dab139a9c024fec8d39aa35a2a54eb1a32c6af7639 1 0.00/1.00 vMB 0
63,136 63,136 000000000b8eaf4ee7ac494bb19b99e431715fcf2eb7dce5123f523a3964a2d2 2 0.00/1.00 vMB 0
63,135 63,135 000000000b5d7b0c84def69972afb3d36c6da94965952b6c3fa896c14b2f6b90 1 0.00/1.00 vMB 0
63,134 63,134 000000000acb36e6bb98e7968addd60579a1a76337f1c8f56b930ca73c6676ca 1 0.00/1.00 vMB 0
63,133 63,133 0000000003aa36e17b474c3db6a28688b1d12fa066d622e42e00e6616221bcc1 1 0.00/1.00 vMB 0
63,132 63,132 000000000147c7565c32eaa8d81ad242c19c38afafbc1335d2f3ea12bc65c54a 1 0.00/1.00 vMB 0
63,131 63,131 000000000d0c5686e7e219b34643c7740aedd069350d855776a8dd7597f85fe5 1 0.00/1.00 vMB 0
63,130 63,130 00000000051e2415163a485f2e4130d61585b4b37301afed3e9822b9d4e3cda8 1 0.00/1.00 vMB 0
63,129 63,129 00000000069490d561f667346897f62700cce5145e5bc5e318be0a480fdbc608 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.