Loading Tool

Explorer IconExplorer

Memory Pool

78,787 transactions
29.58 vMB
0.09042435 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt e8d7fae202c0c52fd5daca8d975a426df1c3a8f395c724a986ee52417f8a529d
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root d6c42e8c756e6c9ddfe619541f685e2e4eecfac974afb83a0951b85089362c60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,433
Size: 1.00 vMB
Total Fees: 0.02800864 BTC
Feerates: 261.10 > 2.81 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (419,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,139 496,139 00000000000000000011512d8cd642cec55bacf1c88d2d6f7bb5a321f0cbe8f8 1,604 1.00/1.00 vMB 117
496,138 496,138 0000000000000000008ea2ba7023a004fd780389b980dba5e41cf9dc73cbc873 1,932 1.00/1.00 vMB 65
496,137 496,137 000000000000000000b0af5146d40b5ec7f142a408ead333e2ea43bd32969910 2,551 1.00/1.00 vMB 172
496,136 496,136 00000000000000000054af560d227b0151fddd1abbf626ae70cfa1b890008104 1,031 1.00/1.00 vMB 28
496,135 496,135 000000000000000000b75c5ac97808ac37b7f5ed5efd99cfef88b0d7e27445f1 2,245 1.00/1.00 vMB 98
496,134 496,134 000000000000000000185cfc458e523b8624477ad2883500344a745391e3d9db 1,340 1.00/1.00 vMB 29
496,133 496,133 000000000000000000a3afbb3d7d5a56b0e2be41a4735c5c6c2fa9d61ad3dbfd 2,097 1.00/1.00 vMB 124
496,132 496,132 0000000000000000001934f56fc68635f6928d14f7fed95f85564d772f950ce9 1,752 1.00/1.00 vMB 78
496,131 496,131 000000000000000000c485c55a45d250f002075a320e50e5ba206513ff222657 2,107 1.00/1.00 vMB 180
496,130 496,130 0000000000000000007e24c22e5d3cd3d691d9f621080c48654fe4611ed95486 2,202 1.00/1.00 vMB 31
496,129 496,129 000000000000000000b5df1ccb62f6d7ae350c9f189445dd95382dcea2314ace 2,520 1.00/1.00 vMB 29
496,128 496,128 00000000000000000073728aeabdb11f4f1c372dae9db7b511980a2db07946ef 2,319 1.00/1.00 vMB 140
496,127 496,127 0000000000000000006a28e23e0b3426b73fe109b2fe4948a18e5248eef0fdbc 2,257 1.00/1.00 vMB 153
496,126 496,126 0000000000000000008a30f1539c346a2c36a7882f1ad39b46c5da9a80b05c01 1,278 1.00/1.00 vMB 135
496,125 496,125 00000000000000000045c5076287ae7ffda6cbd29dc7d7d723cfcdf430ae0a50 1,668 1.00/1.00 vMB 147
496,124 496,124 00000000000000000087899c97043166e77c706943a06bf1efdde6c219379809 2,511 1.00/1.00 vMB 203
496,123 496,123 000000000000000000443829ec4a9950f282e065c97b95063637c28b9f7e51ae 1,985 1.00/1.00 vMB 33
496,122 496,122 000000000000000000b75fd005cd20822b52225c3d117d9e9bb0c92b3886d080 2,452 1.00/1.00 vMB 152
496,121 496,121 0000000000000000005e1a30c436d260f0be60d05b118edbfc0ae9de2f0ce576 1,912 1.00/1.00 vMB 213
496,120 496,120 0000000000000000003ddf48d50bf2ce33e3d3f2b857b86f0aed5211f1e895d9 2,376 1.00/1.00 vMB 87
496,119 496,119 00000000000000000051a3554d0e87849ffd6f6caa583284952fa0edd3af8863 2,550 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.68 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: 685.89 GB
    • Received: 16.48 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.