Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,831 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,686 000000000000000000022b910000000000000000000000000000000000000000 0.77 vMB 1,810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,685 (204,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,017 707,017 000000000000000000034256e677c3ba09456d5fc9f4a36dbdf36eb10678a002 1.17 MB 1,067 5
707,016 707,016 0000000000000000000387c0cede15a08aafe5aed6103f7c644048575d0d97e0 0.91 MB 1,556 7
707,015 707,015 00000000000000000000d554c06cd1d333841cb9b7659f57deb3fd7b8236823f 1.53 MB 2,876 10
707,014 707,014 00000000000000000002b54aceea806b1344615476ad71b5eae35239b09e12d1 0.20 MB 492 9
707,013 707,013 00000000000000000006a13bf29e23c21d7852de8d304a00f262157d31720885 0.87 MB 1,819 10
707,012 707,012 00000000000000000008300bd5d084deb7cc4840d94cf8d04f943d3820bcd700 1.38 MB 2,499 10
707,011 707,011 0000000000000000000842d891e5d487540ca1328b337f27b833eb3b2ee698f8 0.91 MB 1,947 4
707,010 707,010 000000000000000000049f3eede0b169155d330de2f5e97b89ef547859be6919 1.46 MB 2,907 13
707,009 707,009 0000000000000000000882ebae17770724ec7a431ff2563f53e9622580c9b9b6 0.23 MB 539 10
707,008 707,008 0000000000000000000c8a20e321544e2f8a7ca28a2422215432133b4c9f03b2 0.33 MB 385 8
707,007 707,007 0000000000000000000200b47a202dac63d5c3ae2a42ae4aca1f1cb593ac47e7 0.03 MB 90 6
707,006 707,006 0000000000000000000c8e5ee27b167182cbbf2ff459d9c3f7285a33facc9954 0.08 MB 208 13
707,005 707,005 00000000000000000001c24f911a519f6751f04f79d071db9dac0f2a1ffb2a38 0.36 MB 722 9
707,004 707,004 0000000000000000000c273cf32d71616c0d89aac8b7d475bb8876b2c370c93b 0.60 MB 1,038 8
707,003 707,003 00000000000000000004ac3241fadfe8f1cd817adb0c046650db22e06c068f80 0.38 MB 925 9
707,002 707,002 0000000000000000000b3d2ed6356fd8eb9be83f8bd7f7c64d11ef0044de3f6b 0.91 MB 1,767 8
707,001 707,001 00000000000000000001d8440c2e3fd85e55702986f38f94b4948966cf66faef 0.42 MB 876 7
707,000 707,000 00000000000000000004d367ce5eecd96a1d0d2448e09f8f7e549a1252ed726e 0.06 MB 161 5
706,999 706,999 00000000000000000007572efd3df20738f2b868da1c76f4fa90c90253b0bdf7 1.31 MB 1,397 5
706,998 706,998 00000000000000000000d3bdc1058383d6b1b11bff6e34a0a52212c1754d9b3a 1.47 MB 1,655 8
706,997 706,997 000000000000000000073852fa271f7789a864f834a817cc75aa5641b5a5bcc2 1.02 MB 2,329 5
Previous 10 blocks ↓
Total Size: 776.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,425.39 GB sent, 131.17 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.