Loading Tool

Explorer IconExplorer

Memory Pool

47,737 transactions
28.56 vMB
0.06839479 BTC
Random Selection Loading Transactions
Max Size: 152.96/200 MB

Candidate Block

Mining Attempt 88a2542b63dfafd1cd3d5c7cf404ba590f72a7172c39cde659ac5004bff30132
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 9947f25c9a5525bdd37e50f453ca7c2e8d0e1b36be97e4752105a5d0562d47a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.01431480 BTC
Feerates: 173.90 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (431,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,505 483,505 000000000000000000bc19a8982eb54b9c064e9479f2a3ae2c296643398aa43e 1,737 1.00/1.00 vMB 196
483,504 483,504 000000000000000000ee7466a2a38986749bc6ca9ab54a807ba3cfbb0dfa3126 1,884 1.00/1.00 vMB 338
483,503 483,503 000000000000000000cb1ad79ec5c80222a155de73cc9590024a2e4338ab9c9e 2,098 1.00/1.00 vMB 165
483,502 483,502 0000000000000000003bc16f9636c98014609874b4e8222e18d05426bda99fbe 2,396 1.00/1.00 vMB 179
483,501 483,501 0000000000000000013c4e8215a3f2fa28c5a9b34df97042666ec951217dc37e 2,384 1.00/1.00 vMB 369
483,500 483,500 0000000000000000009bae49645bac531e208e5df37d48f3320657a02b30a48d 2,454 0.99/1.00 vMB 289
483,499 483,499 000000000000000000aafb667afe2ef4a09eeda5db57f9abd7f210ce97962291 2,949 1.00/1.00 vMB 397
483,498 483,498 000000000000000000bf21fdb35b1af78d131f9bb41384bff0fc85c021c4b0a9 1,855 1.00/1.00 vMB 430
483,497 483,497 000000000000000000a500fe310cf7e8aa055096c94610a83dec749a2fb82709 1,246 0.99/1.00 vMB 149
483,496 483,496 0000000000000000008879d2c13e70eeb2c66cbe5b68bbb49126345e791b57e2 1,882 1.00/1.00 vMB 83
483,495 483,495 0000000000000000009e83eafd75d49edcbe9a8c029b5e21e94a66b6410abb42 1,994 1.00/1.00 vMB 203
483,494 483,494 0000000000000000007c032a72d663fc0a254f999ae97ce5ee4419fd2961bd6e 2,262 1.00/1.00 vMB 396
483,493 483,493 00000000000000000077d9c18fdbd5cf45b2652fe6db9089558eb8fc9fc3b397 1,983 1.00/1.00 vMB 190
483,492 483,492 0000000000000000009bf0c8d156e023fc0e0fe88451798272a311f4a04d59c6 2,251 1.00/1.00 vMB 360
483,491 483,491 00000000000000000135053ac9d7d529d166cc572a304f1caa2f9a28d8909ffc 1,810 1.00/1.00 vMB 20
483,490 483,490 0000000000000000009ef0e42a3c0b3bdb2f7d3d91ac375f981ccf18c3fecd20 2,031 0.99/1.00 vMB 136
483,489 483,489 00000000000000000122b95292e42b3426c45fce7eca7e26c0a154339959945d 1,640 1.00/1.00 vMB 177
483,488 483,488 00000000000000000129f309c8f5a19a99f945810ee88f3efc410ed7fce9e371 2,103 1.00/1.00 vMB 206
483,487 483,487 00000000000000000026c3099b911264f308930dc86ee5ef574eefd20f5daebd 2,347 1.00/1.00 vMB 386
483,486 483,486 0000000000000000002f07801b13d82a82aec3aa1b4f09ca39f2dcb1ab396d09 1,867 1.00/1.00 vMB 105
483,485 483,485 000000000000000000f3cbe3f154447b74fa894a77210f067727b2c7eab21582 1,957 0.99/1.00 vMB 235
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.