Loading Tool

Explorer IconExplorer

Memory Pool

83,111 transactions
30.38 vMB
0.14615991 BTC
Random Selection Loading Transactions
Max Size: 183.58/200 MB

Candidate Block

Mining Attempt 44d0eb2f691747356509a971167b3f6df74caa9a3784acf83a4a6fc0f87f453f
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 66435b178f66b6eefb0549709da9a88b5b019df121e0fc9b4c4b925383ff2bc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.06109195 BTC
Feerates: 477.45 > 6.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (280,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,252 634,252 00000000000000000005e8addcb1f9287ebe151dc2263fc17db0b9ce386da11d 2,146 1.00/1.00 vMB 13
634,251 634,251 000000000000000000034e766ec9965274fc52d39610ab36d305944e9b49dbf6 2,481 1.00/1.00 vMB 15
634,250 634,250 0000000000000000000ba2863821c2014b8e34ec6d7244699b6bbccfaa4f6e86 1,644 1.00/1.00 vMB 7
634,249 634,249 00000000000000000005b2230ccf530057666b1f82958ac4abdcf93dce330c78 1,634 1.00/1.00 vMB 13
634,248 634,248 00000000000000000008f5e326e0805efc8bc9aacb91b1a6b5deb2b50d07a118 2,523 1.00/1.00 vMB 25
634,247 634,247 0000000000000000001103889fbb029cf6b4bbfdade8eb2c00f6bcd127d50217 1,473 1.00/1.00 vMB 11
634,246 634,246 0000000000000000000fb5a58ff337f3e2d61d4133b006532b1c4b15dbcd9001 2,415 1.00/1.00 vMB 15
634,245 634,245 00000000000000000005fbafe2c5ac322e9eac6676cdb69d572420f94ba92ebf 2,604 1.00/1.00 vMB 21
634,244 634,244 0000000000000000000602b3a37c0a6f827fe5ed3249f620b681876a5f39a2fa 944 1.00/1.00 vMB 19
634,243 634,243 0000000000000000001340bba92990eefb3c0ad0805d6c035e57fdd2c7f4da16 2,305 1.00/1.00 vMB 28
634,242 634,242 00000000000000000008a649811d42ec8433d1e9804e2ecde8cc7c0f2133bbda 1,301 1.00/1.00 vMB 20
634,241 634,241 0000000000000000000d8fdb05ff80de87b204aea4f6f4d411d43b9b014f55d5 2,242 1.00/1.00 vMB 35
634,240 634,240 0000000000000000000095d8c70e4551dcd6946f05dd9e03173ceb6a930163f4 2,370 1.00/1.00 vMB 31
634,239 634,239 0000000000000000000fb0beda36b70c2cc4cbc414743987796ff171aa4d1d96 557 1.00/1.00 vMB 20
634,238 634,238 0000000000000000001329f1618084e6ca107f497994d095aed56e0f595eabda 1,751 1.00/1.00 vMB 30
634,237 634,237 0000000000000000000213fb7de12d64621bdd296820a57fda1a40221e15a227 1,871 1.00/1.00 vMB 30
634,236 634,236 0000000000000000000d57ca11c98870dfe995d4c0dd637f4c260eb70221f03a 1,093 1.00/1.00 vMB 23
634,235 634,235 0000000000000000000f12ae8ec1fb496bd42899dbbf67aaf71b42a8fe6b70b7 1,149 1.00/1.00 vMB 20
634,234 634,234 0000000000000000000fafaae1fcd8f6c4f9c188f1cba78c87c10d5880d175fe 2,593 1.00/1.00 vMB 37
634,233 634,233 0000000000000000000bd4d3e82d714449b00940ec8b922ee259ae08bd5c4416 1,002 1.00/1.00 vMB 27
634,232 634,232 000000000000000000005edf7355beca24929f0b25f42dbf2954ade2f1dac554 141 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.19 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.