Loading Tool

Explorer IconExplorer

Memory Pool

39,267 transactions
26.97 vMB
0.05299105 BTC
Random Selection Loading Transactions
Max Size: 140.84/200 MB

Candidate Block

Mining Attempt 6bde66669e632af6fb193d91303c5f019b2d499cc1770d6b56a1cb988505f4c6
Version 20000000
Previous Block 0000000000000000000003e85e5accad5e43259b5ffd52a89201f6997e6dcb9f
Merkle Root 70d39cc20d7baf7f8713e94e4f0c4849fd73f184af1b15a41bd2d52ac9c10f3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,805
Size: 1.00 vMB
Total Fees: 0.00303513 BTC
Feerates: 6.03 > 0.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,864 (375,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,234 539,234 00000000000000000012a071e4de8b949698bb8d5772b5a0eea519a22a7af096 1,546 1.00/1.00 vMB 12
539,233 539,233 0000000000000000000f16688341f4e1533fb096a97afc1c06c20fed296e8164 2,407 1.00/1.00 vMB 11
539,232 539,232 0000000000000000000805311fd7b5ef704c820ae951ad512016ef3bd66c6ff8 1,868 1.00/1.00 vMB 41
539,231 539,231 00000000000000000028cb81a00ef070a12615d717afd35e079f1be32916fa70 1,374 1.00/1.00 vMB 14
539,230 539,230 0000000000000000000c07347c35918b6640a4d43fd8a646225c3f47f79d2963 1,461 1.00/1.00 vMB 13
539,229 539,229 000000000000000000241892838d657049f040582f95a7e9b35d305ea96fd1a3 2,644 1.00/1.00 vMB 22
539,228 539,228 000000000000000000263b1afcfd8f418d0a99516f5ec1ae0b716e811801d67a 2,379 1.00/1.00 vMB 15
539,227 539,227 00000000000000000022530b321db278f38e6c03469c0b1737b37a7c66fd441d 2,983 1.00/1.00 vMB 15
539,226 539,226 00000000000000000020d47d33d017928e4411f3275bebd1f7f3b00a2ae7673c 2,922 1.00/1.00 vMB 10
539,225 539,225 00000000000000000027c001c8ffadbed215038dec6a0ae8154c8044ae3bbae8 2,386 1.00/1.00 vMB 12
539,224 539,224 000000000000000000063bb079d51611a56ee95e3d6b4b561664d2056201c8a0 2,752 1.00/1.00 vMB 27
539,223 539,223 000000000000000000173a47aee51459921c3ad40347a724fab112cabd53b00b 2,086 1.00/1.00 vMB 34
539,222 539,222 000000000000000000125c8659378cf1c5e0b37d6a5a0a1bc915138bb27de098 2,787 1.00/1.00 vMB 10
539,221 539,221 000000000000000000159f0160a8ed210b1a798d75040a24a10be6fb93acde6e 2,721 1.00/1.00 vMB 37
539,220 539,220 0000000000000000001569027e0d920864e0ef327c8130b23fc7087d4309a505 2,814 1.00/1.00 vMB 22
539,219 539,219 000000000000000000113d8a2b7efd10628f170fe08b501a85588c149ace928f 2,731 1.00/1.00 vMB 35
539,218 539,218 000000000000000000236663bdd17c2e6a1eb058090a44c5c681c90c65e31ae1 1 0.00/1.00 vMB 0
539,217 539,217 00000000000000000016b9dda19ccfae2a2365396e720c3d5d96d2933e1f7f2a 3,004 1.00/1.00 vMB 18
539,216 539,216 0000000000000000000670b9bbad0b4137ccdaff6a38f75201fdd71994f9e891 2,698 1.00/1.00 vMB 21
539,215 539,215 0000000000000000000f21fb070b47f72ebe95fd22af0513c91310c2401a020f 2,595 1.00/1.00 vMB 15
539,214 539,214 0000000000000000001575884e95a84abc059be240731df8410be4c59d687dea 2,854 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.15 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: 652.98 GB
    • Received: 13.81 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.