Loading Tool

Explorer IconExplorer

Memory Pool

84,227 transactions
31.98 vMB
0.08921562 BTC
Random Selection Loading Transactions
Max Size: 194.56/200 MB

Candidate Block

Mining Attempt 6b0b50d57aeb39e159d07eeac5ad57281a82da4ab43a0dcd2365fd8c71d77c77
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 9ed4a918a95468bcd491d6617fa0b7ec6580e5e1852354c4fe55eba1a66d5db0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.01929026 BTC
Feerates: 179.53 > 1.93 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (364,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,533 550,533 000000000000000000088e0e42c05d6e8e0dbe5ace7ea012927e4d5b9ad73d97 2,655 1.00/1.00 vMB 22
550,532 550,532 00000000000000000014bf52389d3ff1054b83f8a1d7706d3516c1e458e334cf 1,585 0.61/1.00 vMB 11
550,531 550,531 00000000000000000006d4b053cb012c88497db72cfa42c950c16d2d1c1e31ad 1,452 1.00/1.00 vMB 8
550,530 550,530 000000000000000000057375661f9cd8b494b18bed8a87e4dd550bb484390a0b 3,395 1.00/1.00 vMB 22
550,529 550,529 00000000000000000028c17c7c5efb2f117b86ada28b064e3b1b46bab649b830 2,624 1.00/1.00 vMB 20
550,528 550,528 0000000000000000000c5528ac0befb49db775f5bcb608eea24101682a6da22c 754 0.62/1.00 vMB 18
550,527 550,527 00000000000000000023d00a97f9f0e393931b4cba4171fac0b2207ebd15d1f7 206 0.06/1.00 vMB 13
550,526 550,526 000000000000000000281e01f3b597bbf14afd04976e176a62e81efd6966dc32 766 0.66/1.00 vMB 4
550,525 550,525 00000000000000000026857d322bde7a69e8a49f02839d82e5a91f8d4d78ebc7 2,887 1.00/1.00 vMB 17
550,524 550,524 0000000000000000001bbfb897f5e6e61cb556f1c8dc770c19533f29177c8570 1,328 0.50/1.00 vMB 12
550,523 550,523 0000000000000000001e63b7f825edda6227fa94f39f8ea206947062e562340f 977 0.36/1.00 vMB 13
550,522 550,522 00000000000000000013b72473f3c53bdbb92fec05f8228025136162a3367f9b 971 0.33/1.00 vMB 16
550,521 550,521 000000000000000000111ae35c66c123aa1bed40ca924dd32e3bbf2fdb237a8a 640 0.22/1.00 vMB 15
550,520 550,520 000000000000000000273c86df3d5ae30771a047f38fb3bc9955075e8241844d 118 0.04/1.00 vMB 20
550,519 550,519 0000000000000000000c38d17025d905737d29dab070c92a2ef6d38a57209d16 601 0.60/1.00 vMB 1
550,518 550,518 0000000000000000001a38c0b825cc87ddf97a207b2e9d39b6659708bd2b9df5 3,435 1.00/1.00 vMB 6
550,517 550,517 000000000000000000237fc39716c6aae9d667c6b95bb56dee5f85c7044563dd 1,374 0.43/1.00 vMB 23
550,516 550,516 000000000000000000218a6a111b261627ceaa2584b4fddbc0e3dad8d32071ab 2,710 1.00/1.00 vMB 32
550,515 550,515 0000000000000000000831e87e8c0fc8541d13e9678f94cc1304e9fbe0a32b47 941 0.80/1.00 vMB 15
550,514 550,514 0000000000000000000793832a5b5defc187260b3cc6e82a4fa957f882df2fa4 578 0.23/1.00 vMB 14
550,513 550,513 00000000000000000021e5f1eadf71e74e64bcd7c49727285d059b825c0236be 968 0.38/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.