Loading Tool

Explorer IconExplorer

Memory Pool

77,228 transactions
28.65 vMB
0.09005653 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 9781526e6034b65f46cca7fcbaae74b496350f038fca123a4f0fcbe189335442
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root c3c4203c1ea0364857f7781ee809c03d791944c2b784c23ca03f6b0524b22aec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.02406390 BTC
Feerates: 402.60 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (124,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,194 791,194 00000000000000000003aa6fbbcc50224e0fdc34a6d353350f588e93eba1c673 2,794 1.00/1.00 vMB 70
791,193 791,193 000000000000000000031f341fd80d6c6603daaabb2c0aa86883898030f2f57b 3,043 1.00/1.00 vMB 84
791,192 791,192 0000000000000000000572aaea5c1ed3ee146c305d013653057b0b5f18cb1880 2,289 1.00/1.00 vMB 35
791,191 791,191 0000000000000000000511029a32a71fe902bc09dc43de10fc2f55f06febe43c 2,505 1.00/1.00 vMB 50
791,190 791,190 000000000000000000014b7a7e8c0a1d5ea96e4a6202b69a311ef40c7cd2b976 1,845 1.00/1.00 vMB 58
791,189 791,189 0000000000000000000461959b12e97bab418c88dfd59bf747e597cedb1d81d8 3,406 1.00/1.00 vMB 68
791,188 791,188 000000000000000000036ee60fda7a458a6a204cc86d1920e3bb07d4c7c5f23d 2,558 1.00/1.00 vMB 39
791,187 791,187 000000000000000000028e785e64d7e5a8cab3fb6807485e46db843dcdf024ca 2,470 1.00/1.00 vMB 59
791,186 791,186 00000000000000000000a41dccd3d0c645576069dffe289fcca0cf83bf3d3d7e 3,065 1.00/1.00 vMB 62
791,185 791,185 000000000000000000044cbb9673067b437370a99440eace5d4f81ba9a2f5491 3,202 1.00/1.00 vMB 49
791,184 791,184 0000000000000000000274b95dd7b967519a2622b1f49f79bca7d7a0e3789699 2,858 1.00/1.00 vMB 40
791,183 791,183 00000000000000000002e24e3f2bea2c513150fac6868036a4b2b9fb959c610e 2,210 1.00/1.00 vMB 52
791,182 791,182 000000000000000000028ddc6331fc5e68a01cec81bc7e2be4736f4b3e368db0 2,713 1.00/1.00 vMB 61
791,181 791,181 00000000000000000005285b4b0edc41c085e5154e8bbb4de9c676fcfb6a7cf4 3,546 1.00/1.00 vMB 78
791,180 791,180 00000000000000000003bdbd40a62b4baf03c88110a4cd3cf4d358985d3efc7c 3,058 1.00/1.00 vMB 65
791,179 791,179 000000000000000000021319418d6ee61ab0ad8964cbc5bb9727ed29eedcdb43 3,325 1.00/1.00 vMB 64
791,178 791,178 0000000000000000000339114a6293e51c02c33c453950c124e3ec6b648b2f23 3,386 1.00/1.00 vMB 41
791,177 791,177 0000000000000000000261f5fac87ce64cb8dcf3e84f5625ed96b2ebb03bb548 3,019 1.00/1.00 vMB 51
791,176 791,176 0000000000000000000478a13d58bc108f291da12c4e9f69f15b67819c324ed3 1,681 1.00/1.00 vMB 55
791,175 791,175 00000000000000000003d5b63c20984433bd97a8c1dca79163f5ea1f405679a7 2,564 1.00/1.00 vMB 68
791,174 791,174 0000000000000000000080da50313f0e1f8cc6fa3ab697e494eaec35732ac09c 3,177 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.