Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,146 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,139 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,011 910,011 000000000000000000022a96af3808637b0f0e0f1d428236082791880a997c11 1.66 MB 3,893 4
910,010 910,010 0000000000000000000040895e1e6b1bcf0560fcdabc141a4132ac42b967a2b8 1.60 MB 3,820 5
910,009 910,009 000000000000000000020d63af61d784e1b61867b577b6009fe7b8ce9eff4bee 0.35 MB 741 2
910,008 910,008 00000000000000000001ba3e6a498a5ad57dc937a108b26bb09e80940f2ecfa4 1.70 MB 3,894 3
910,007 910,007 000000000000000000018eff116e92725cd682591c632439ffbb741d35c0c1b6 1.27 MB 2,830 3
910,006 910,006 00000000000000000001d15c1429fc2a6f8284d0fe3ed528cacd0570657f72ce 1.87 MB 3,651 2
910,005 910,005 00000000000000000000303a1c07cf0f876e873461b075f8d75a7430be5b9d01 1.73 MB 3,476 2
910,004 910,004 0000000000000000000049349a5e6a8f56576e5df925d1c8808018d993d86426 1.96 MB 3,715 0
910,003 910,003 000000000000000000016da8de3cdbe4a04395fded57c76ce940c55e1229032f 1.49 MB 2,140 1
910,002 910,002 00000000000000000001b0f8ee73e303d8f613d1b396725bb8ad39710ac8c537 1.48 MB 3,087 5
910,001 910,001 00000000000000000000aa17182d6f5480cd65faeb316e14152f18b3844fdb37 1.68 MB 3,641 1
910,000 910,000 0000000000000000000108970acb9522ffd516eae17acddcb1bd16469194a821 1.67 MB 3,553 2
909,999 909,999 0000000000000000000124287ddecc1265b9c89c5365c9de2822eda2014f6de0 1.87 MB 3,024 3
909,998 909,998 000000000000000000011be2c297e02b18f8fe0ae20782c559f7dfb32b787019 1.68 MB 3,550 3
909,997 909,997 000000000000000000004fba15625b0ae903be5bf412c10ac75b9feae00f8455 1.69 MB 3,893 3
909,996 909,996 000000000000000000002981b7bcdfa5cdffeb610891e5b87efd48c16eb374b2 1.61 MB 3,667 3
909,995 909,995 00000000000000000000b8ec71383d90e48e6f6e10a6b86c9c02b1cdd69f0fcf 1.82 MB 4,267 0
909,994 909,994 00000000000000000000c7bbc2e89045266b811ba6e578622ba34f21c3a530fb 0.63 MB 919 2
909,993 909,993 000000000000000000006cad4af7deda18c0cd81add2fab5a454e628da1adaf9 1.68 MB 5,679 0
909,992 909,992 00000000000000000000e6bc740876482860c26a196769875c00edeaeeefff20 1.75 MB 2,890 3
909,991 909,991 0000000000000000000098d18a9b68c939919e156811de3313b619de2a33eac0 1.67 MB 4,188 1
Previous 10 blocks ↓
Total Size: 774.53 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,259.24 GB sent, 121.20 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.