Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,743 transactions (0.52 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,967 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,729 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,966 (819,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,459 91,459 000000000003d959c73fef617211046b27cd90a671cd6363962db54dd71a8551 0.00 MB 2 0
91,458 91,458 000000000002891c13120382b72a748860746aefdfb75b07923c5dc61807113d 0.00 MB 1 0
91,457 91,457 00000000000cb12e750a3d7ffda81c40b56f1f1d9dff92edd99c77312d637d98 0.00 MB 1 0
91,456 91,456 000000000004a26633ab61acaaf9de1d9dfebcf90898a60e5abc213f8346c286 0.00 MB 1 0
91,455 91,455 00000000000e458a0d86305bbb52f2bdfe15f870702eaaa284a642fa89249e2f 0.00 MB 1 0
91,454 91,454 000000000006190422c7e489944864316fd4a5eab9665cad3f1d684864c00f14 0.00 MB 1 0
91,453 91,453 000000000002d8765c5b41ec81801930040c33e4ced0c6208dffea53a8851138 0.00 MB 1 0
91,452 91,452 0000000000033af9007c602e5a66245098b6bd1be84d85e819fdf04262c093b1 0.00 MB 1 0
91,451 91,451 000000000003c8f9a56b742097f1a70a3bca73443b526e4ea41ab003ba66f3e0 0.00 MB 2 0
91,450 91,450 0000000000081244dc542cdb0d5dbeffac6b7279f2200cdf0dc3c86aa5e45d18 0.00 MB 1 0
91,449 91,449 0000000000023977d06f9d30a0572508d1d4ab0dbfbf9f90f78f2165b016ebc5 0.00 MB 2 0
91,448 91,448 0000000000008b71d582b33aeb5e120fc66cb8e6464ba1c9e30a8c8a800c1378 0.00 MB 1 0
91,447 91,447 0000000000051a825e6bd721a68975296db11e9efb4615d302ca70dd70604f53 0.00 MB 4 0
91,446 91,446 00000000000b2e63e62b1c47bb0b32d0e1dd6a102bd86fff7cf624b2e876e8c4 0.00 MB 1 0
91,445 91,445 0000000000098f1eac29c68eb6ad01bc402aa76b0ec582b17fbc042a79412488 0.00 MB 1 0
91,444 91,444 00000000000b68852e1519cda0e7d538d30d6eafe8011ed1335cee3447884286 0.00 MB 1 0
91,443 91,443 00000000000e63435d54a7638df30b7639297f948afbbc7f19b2c7a9f8dfa0b0 0.00 MB 2 0
91,442 91,442 000000000004ed8585fb50824e20a3df25c204e90cb6256849ad3239b4e4f3b9 0.00 MB 1 0
91,441 91,441 0000000000094b9b1f4001c4d4ec30f1e20f89427d32b99b8a26fe17272394cb 0.00 MB 1 0
91,440 91,440 00000000000385a1a8b431d3e0e9e0d32f1e99215feabae7c3681ca688029b3a 0.00 MB 1 0
91,439 91,439 000000000003a02005daf2e5dd7eaf8c951b994b7d0398e5e1d75d7d344b8fdf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,359.31 GB sent, 124.62 GB received

Notes

  • This page updates every 5 seconds.
  • 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.