Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,260 transactions (2.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (887,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,018 22,018 00000000001b3783ab66c48133632b90a9afea63354dbca73b6cb660d57b6194 0.00 MB 1 0
22,017 22,017 00000000c06b5dc93da5d7a66f996a5cf5e3043a8a42af09ad68f909b1d97e99 0.00 MB 1 0
22,016 22,016 00000000a5c3d9b12e95fe76e1a83f236ea36f68e73d750cd59c31f54ba5888e 0.00 MB 1 0
22,015 22,015 000000002a0e0ef0523ca4732376b70c4c9824a03b39d9256da1cc58a928173d 0.00 MB 1 0
22,014 22,014 000000006da66a13759e732535602402b8d3da679712523b3610b9f38e4f3d9b 0.00 MB 1 0
22,013 22,013 000000002514b8619ad6337fa0471268a014294f210dc166cabfd49ac46a3848 0.00 MB 1 0
22,012 22,012 000000006fda332827a73c7e2ec6aa42bc19d44b086cb71c455bf82f46df2629 0.00 MB 1 0
22,011 22,011 00000000239b87518a592151fbd21f7bace7ec99e016d22148f90e7c7a78f800 0.00 MB 1 0
22,010 22,010 00000000d034c68e2989a16753472c893b4ea0986e6fb562a2140f6a36b974fb 0.00 MB 1 0
22,009 22,009 000000003760327b227ca9f755265b6bc0dd134c4d08f84c16c21b0d59fd624d 0.00 MB 1 0
22,008 22,008 000000004f40c7596ff496c627ff8f6a89770a552fc75f3b32bb18a310b49dba 0.00 MB 1 0
22,007 22,007 00000000c807edf2a0a4e16775e1a76baf95741b838c00ca09e25e4282846c97 0.00 MB 1 0
22,006 22,006 0000000045db123c71781bf644466ef67f455f16c287425d407839a1d7786871 0.00 MB 1 0
22,005 22,005 00000000647c0c6050fb3ab7afb7f87b9e46c0fea4b2a3a8dae9917e0df03ef0 0.00 MB 1 0
22,004 22,004 000000003e19b20bedb5cf5f194744b9e7e633e5d6c4524ff451842c3ceae7f3 0.00 MB 1 0
22,003 22,003 000000004f11454cb5cbaa4433987f281f7151c5fd18854f4c30717aacc5094e 0.00 MB 1 0
22,002 22,002 000000001d907f869b92de130ecca30a8417b506d504283a30c08c592d210865 0.00 MB 1 0
22,001 22,001 0000000082b75cb83e6b30ffd99d598b2b3869ae31c38d56e6856cea95ddccbe 0.00 MB 1 0
22,000 22,000 000000004625a14242beccb38c63a1f770a76ee5788764e6c0abd4129bbc1b9d 0.00 MB 1 0
21,999 21,999 000000008753d62e9f4b5dd8e55dc20d3bdadea0bb56057de80c2c782dc377b3 0.00 MB 1 0
21,998 21,998 0000000092862d69d7950f110cf7550c4967befd1edd0e78a5c72bb1f8683591 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,150.28 GB sent, 112.50 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.