Loading Tool

Explorer IconExplorer

Memory Pool

78,741 transactions
29.49 vMB
0.06887957 BTC
Random Selection Loading Transactions
Max Size: 177.28/200 MB

Candidate Block

Mining Attempt 0f786d2d06573aba5fc0cf75fd541fa18180899cd8eb9c448fde78e1b1d8c5aa
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root edcc6594d95ca986ed4e803981f6ddc8d9c73ef0a7f0e5e2b2ceb7dc095c11a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,835
Size: 1.00 vMB
Total Fees: 0.00903589 BTC
Feerates: 50.25 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (365,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
549,205 549,205 0000000000000000000e82526e25a799113913a718723b2e84b2088c7538fbec 2,661 1.00/1.00 vMB 10
549,204 549,204 0000000000000000000a8034481394c33da79413346e91667768fd1778141812 3,002 1.00/1.00 vMB 12
549,203 549,203 00000000000000000020f19e538900b9079d617f5303160b572fc69a93787065 2,514 1.00/1.00 vMB 10
549,202 549,202 00000000000000000003c8a8cca6458d21d38ede9fa1c835f058fdbe5bc2f32b 2,482 1.00/1.00 vMB 25
549,201 549,201 00000000000000000015c6e7fa5a9682f4e6ef91d17e5a22d7cca50112c24495 1,698 0.59/1.00 vMB 11
549,200 549,200 000000000000000000097b2cdf4f4d1c15ac97019e32e19319e32134d38c6f2b 3,392 1.00/1.00 vMB 27
549,199 549,199 0000000000000000001da9237bfd5d387ff4ec45e61980f3e458f74f0bcc8245 3,100 1.00/1.00 vMB 6
549,198 549,198 0000000000000000001c2b26e515677d6561f9caf3a07002422adf51771a8980 1,907 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.