Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,437 transactions (3.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,935 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,551 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,934 (156,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,665 755,665 000000000000000000063afdde88bcc0bd7c49582a29e9ff273faac52eff8156 1.57 MB 3,005 9
755,664 755,664 000000000000000000024e8101bf3539816756d7ead37430d2bed1d109271979 1.58 MB 2,626 12
755,663 755,663 00000000000000000005d53f40e604e7eff9f859a03a0e1fef1b966ddc775c86 1.65 MB 2,721 15
755,662 755,662 0000000000000000000872c9ed8c85ef0067c13a4717ebf37fb5d7c4ff37bd48 1.62 MB 1,859 12
755,661 755,661 0000000000000000000520674826c516a97cecaf89da01d929b414f4fab403d1 1.49 MB 2,601 14
755,660 755,660 0000000000000000000747932bcc446e68c66c91ad759d968ac52947449640d5 1.34 MB 2,609 19
755,659 755,659 00000000000000000006fdf944ec8f755c1bc566b75c8acaef03b1e6130468ba 1.40 MB 3,411 35
755,658 755,658 00000000000000000004dd7adf4539ece2953be4b6a6fe74b14a1b1694f791f4 0.10 MB 182 8
755,657 755,657 000000000000000000070cc80723f6bc8ea68ca668a7d2c0557bd4b66ebb10fe 0.22 MB 439 11
755,656 755,656 00000000000000000002345ba30b3a2b91328b92d110314553713858a3366da0 1.41 MB 821 1
755,655 755,655 00000000000000000003e9001a0b4e49421094b8faa5545cd0daa794196502bd 1.52 MB 2,187 4
755,654 755,654 00000000000000000000fd749f5ea7bee14d9696d943b2b6c222ba1b4c0b0ebc 1.54 MB 3,078 13
755,653 755,653 000000000000000000083431b7c9cec7462c713f77c5b73dc60238e357fcd484 1.19 MB 1,504 13
755,652 755,652 00000000000000000008c28c89a4fe76deb8349fad556ca443fcccacd0f37f98 1.39 MB 2,569 20
755,651 755,651 00000000000000000008614f1a9f3d47c1c2b02a98466fc8f10df0af3e5ea8d0 1.34 MB 1,425 19
755,650 755,650 000000000000000000057c192436d66643057ca63154bcff7181af49db3aa6ca 0.53 MB 887 9
755,649 755,649 0000000000000000000033642bff0c24b24dcec480572bb1644ff849f2f61a0b 0.26 MB 307 16
755,648 755,648 0000000000000000000531fc02c2fa7f73a5279ee729bc3ff9fbc174c0a3cb5e 0.80 MB 1,580 12
755,647 755,647 000000000000000000012099ce7b5991947c48f585ccd2d4c9ed61ef7c1ee21e 0.48 MB 724 6
755,646 755,646 00000000000000000001b1a858fc84b8acda9351ec24a0f8e0a568b98666d3a6 1.50 MB 2,090 8
755,645 755,645 0000000000000000000321577b7af23b19faa25bfaea85071b9b779e8bb61461 1.42 MB 2,238 8
Previous 10 blocks ↓
Total Size: 776.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,493.59 GB sent, 133.33 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.