Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,456 transactions (3.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,815 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,521 910,521 000000000000000000016f1b57384ad1be0f60ab23c8aa97bc42a21efde8ed18 1.82 MB 3,824 0
910,520 910,520 0000000000000000000200b8713abf8775b207e9496d76ea452e286ca960e30c 0.13 MB 346 2
910,519 910,519 0000000000000000000006d4f1d824345a5765b4d2f226bd85971a98c50d4e9a 1.83 MB 3,794 0
910,518 910,518 000000000000000000020f2a461da82a484f9ec2f73b3822c023ae73ff27dab7 1.89 MB 3,874 1
910,517 910,517 00000000000000000000df19cbd0f49ef1d2a5fe40fcb8aef9b5eaddd3fccfd7 1.45 MB 2,690 2
910,516 910,516 000000000000000000007e88551ace0091ff0c51c30c12f759155a42885243f7 1.68 MB 3,244 2
910,515 910,515 000000000000000000001db785e77dd13be643f3b07ceb54d09cd2f06827651f 0.14 MB 344 2
910,514 910,514 000000000000000000021a8b7eb6793de07e827f495bf9b578682b2f87f810b4 1.60 MB 3,279 2
910,513 910,513 00000000000000000001ed7745e65666f2660207cceea3640328d91d77173210 1.78 MB 4,403 0
910,512 910,512 00000000000000000000cef9b84372f9d6de1d568d23aba330f2084dc9fd1ef0 1.70 MB 2,638 2
910,511 910,511 000000000000000000016b4b1393b943acf54491636bde815e13780c409bbed6 1.67 MB 2,779 1
910,510 910,510 00000000000000000000c2d8ac5c5b79d29936b75f004b12b1a18f0e7e8c7e2b 1.71 MB 2,953 4
910,509 910,509 00000000000000000002281d0addc6f32d9f975ad5e097c70c5bcadce6769a5b 1.58 MB 3,345 2
910,508 910,508 0000000000000000000161ecbe4b7198ee30644e8a33e2b10a1595324e57c41e 1.66 MB 3,286 2
910,507 910,507 00000000000000000000d17e83fe0523f9753fc84a7fae61db70201f97821a68 1.49 MB 3,702 1
910,506 910,506 000000000000000000016aa0388d8610d090df903cdbec08cbbe3e78b193d7e9 1.62 MB 4,024 4
910,505 910,505 0000000000000000000028c993d01edc26918e1cc2befec98c3cb8e3a39146be 1.64 MB 4,458 1
910,504 910,504 000000000000000000008ab80a5332b5a07a7d5ab3b9337a6baf57f58a766ad2 1.72 MB 4,940 0
910,503 910,503 0000000000000000000031f09dbe7ade9394fcbd4a18fed675a122c3aeb64af3 1.72 MB 4,174 1
910,502 910,502 00000000000000000001bd5d6b50ea39980bb1103f6e17275fb9ac673dd16bf1 1.78 MB 4,202 0
910,501 910,501 000000000000000000000cdbd57067487bd542e00d08d10be956e1e6883a3260 1.74 MB 4,569 0
Previous 10 blocks ↓
Total Size: 774.56 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,275.61 GB sent, 121.37 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.