Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,290 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,350 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,866 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,349 (855,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,791 53,791 00000000017ebd410d32fdd9b5978de4d1b3858a9d1baae34fa3fb38d4ab678c 0.00 MB 1 0
53,790 53,790 0000000006db7e665b67c403b624220e51671beb37f584828b2866caf7ca6cb2 0.00 MB 1 0
53,789 53,789 00000000053f4898b4bcad100e3979be5cda8e3860fb20c8afaf6b5282e83f79 0.00 MB 1 0
53,788 53,788 000000000366257df82a8becb8857c1af7a6331eedfd1390aba53b7172e89a6b 0.00 MB 2 0
53,787 53,787 000000001526406f8ab3be629c6c8f22d7f48f44977e4f219e232728a1a9e746 0.00 MB 1 0
53,786 53,786 0000000012d1c8c34caac1de77cb00f8d17e3f4fb878f4b55ed0f1fc195eb819 0.00 MB 1 0
53,785 53,785 000000001041e8d99e3ee02a16bf52a00a0ef02ef32ee6674da2987d25ff648b 0.00 MB 2 0
53,784 53,784 000000000b5d2a542ae6663616396338fc74150fc84f27e76d8097a7f2b30806 0.00 MB 1 0
53,783 53,783 000000000b4e1f2f76c9a1be17c71b84c2917664e18fec56042aab916dd87237 0.00 MB 1 0
53,782 53,782 000000000ee66fd6347df2a33c7fd4c91f8237d8469c677b4679f607091d42e8 0.00 MB 1 0
53,781 53,781 0000000002b278acf6b278c8509b77d9216cc7b8d2acc97a58d81940c46f2a9c 0.00 MB 1 0
53,780 53,780 00000000116568f659cd3a313b4bcc21cfb66c66f6a03a03a0ffd8c84de27f8c 0.00 MB 1 0
53,779 53,779 0000000004b3f1bceb3aae8da26b4442c6d2f95a7960fb6774e845d7808ce5f9 0.00 MB 2 0
53,778 53,778 00000000019b243b7cbd24c65aa56ae0d13548f7c3485636c08f3345ef2f9baf 0.00 MB 1 0
53,777 53,777 000000000736c84ef4d0b1602b01c89076c968edad6db6d2e8a50b167267c9a4 0.00 MB 1 0
53,776 53,776 00000000161e85e0766d07e2d045c95129bd805aeb79ca9ca99cfdf885dad2df 0.00 MB 1 0
53,775 53,775 000000000b8d7d3ad07312e7775b38004d540c11d51f015d1f09a3a9274d0d99 0.00 MB 1 0
53,774 53,774 0000000006b3cad8c08d24ed68f02d6109f3b10ad1cabb8366c5a7e3259b4be0 0.00 MB 5 0
53,773 53,773 0000000015dd6548173fcaa5407764360fc6f90cd4cebb2572bb0c58d91dbefd 0.00 MB 1 0
53,772 53,772 0000000005d01a229a5de2bb5f031334d2628d855838ed1f1af2b095f1bd5018 0.00 MB 1 0
53,771 53,771 000000000cbab16eba85a389d6b9c6c8c3b52019e38e6f50093419c1ff54bc3d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.19 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,068.09 GB sent, 109.10 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.