Loading Tool

Explorer IconExplorer

Memory Pool

80,986 transactions
29.96 vMB
0.07675003 BTC
Random Selection Loading Transactions
Max Size: 180.73/200 MB

Candidate Block

Mining Attempt c2054238a95c4403baffb1cf37c528551df7fdd1312ba4ac1964a7240e5542ac
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 6077560dd4b47f6b5a4c71809ad4ea8d2e165572dd53b66875e65a454701147f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,087
Size: 1.00 vMB
Total Fees: 0.01556640 BTC
Feerates: 502.67 > 1.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (365,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,226 549,226 00000000000000000011092ce6c429b5978abbf6df9dda0174badfefd67f7708 1,423 0.95/1.00 vMB 8
549,225 549,225 000000000000000000072ba064baf0ae484a9c9e11ad835c7ada2dad0db9aaf2 2,764 1.00/1.00 vMB 7
549,224 549,224 00000000000000000002370c5ad69588280a0f1e7fed74cc213e1d1c80a6fe20 2,142 1.00/1.00 vMB 22
549,223 549,223 000000000000000000229b9e73c542882b7ced1b1f09aa92b04df2a5de618fea 1,367 0.88/1.00 vMB 10
549,222 549,222 000000000000000000035a73425a9e8d662e7cae168571574d21d7226bb76fa9 2,217 0.95/1.00 vMB 11
549,221 549,221 000000000000000000243f09d467d41f7edefbfd9e4fcacf61100b5d60b2e423 1,433 1.00/1.00 vMB 6
549,220 549,220 00000000000000000008c1b865e9afff0225b76c3274fc41a111431f458ec98c 1,631 1.00/1.00 vMB 9
549,219 549,219 0000000000000000001770f1d7dd1353f25757828d6b75c48248cd1a7a4db298 2,386 1.00/1.00 vMB 2
549,218 549,218 00000000000000000005b248c0d5694e5fa8358ff20dac701b28700102822bd5 2,836 1.00/1.00 vMB 15
549,217 549,217 00000000000000000015fc62bb4696c0d2d75c855dd4eafec65bf2916692b5ef 1,612 0.79/1.00 vMB 22
549,216 549,216 00000000000000000017a57924957f82bd934db73e4e85a86fcbbd10401631d6 322 0.10/1.00 vMB 28
549,215 549,215 000000000000000000217235d71c508ea165defae9820b380cfed4aad2c2b2cc 2,169 0.72/1.00 vMB 23
549,214 549,214 0000000000000000000b28a1f8d1c9f8da592f5da1b7888f37ad464af79f3784 2,436 1.00/1.00 vMB 2
549,213 549,213 00000000000000000013bea4ec01c90def75db6bb5c38b65dfd538d55d0e2f89 2,843 1.00/1.00 vMB 7
549,212 549,212 0000000000000000000e56b5fee32b19b3dafc7e5ac405b354c6829f36dd8ad0 2,777 1.00/1.00 vMB 25
549,211 549,211 00000000000000000001225df74e54e4c5245f4294de4cd20c0fdbb34cbe642b 2,981 1.00/1.00 vMB 32
549,210 549,210 00000000000000000007f1204d692764341968cfe9a67cea638bbf641c49a770 850 1.00/1.00 vMB 3
549,209 549,209 000000000000000000003f9a29bf503436f90455e1f9e3cb2e4db2fab5abf8b1 2,071 1.00/1.00 vMB 6
549,208 549,208 00000000000000000018dc19c4d6802446b29e16908576f35e1e8893ef54e130 2,852 1.00/1.00 vMB 9
549,207 549,207 00000000000000000005c37c9522619f3aab5492618f968c785c77bce2bd72c4 2,710 1.00/1.00 vMB 21
549,206 549,206 0000000000000000000f74bf3cc36440f5f4ae87691a38119bb8acb8299591c7 1,987 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.