Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,390 transactions (1.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,597 (893,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,789 15,789 00000000e10af4ce086584bcd4f56b910aeb53b36eb783909f66e4d1b1af13aa 0.00 MB 1 0
15,788 15,788 00000000573124355fa4c95b63143fd794e2c8b97712c9efe683b547fb41c639 0.00 MB 1 0
15,787 15,787 00000000b655260d39b069e3c48140f9dfe76ccf378590b45531894ed5cd25ab 0.00 MB 1 0
15,786 15,786 000000004d02352c47aa60aeb9ed5c0fda501b8fb8df3f5303be4b766cea6930 0.00 MB 1 0
15,785 15,785 00000000e33418231edac404e06103577235ed5bca3c021ed1fb628e702306c8 0.00 MB 1 0
15,784 15,784 00000000f86f53c25cbd1ee64adf440a49551cba49d4b2e96429b402d4152a68 0.00 MB 1 0
15,783 15,783 000000005ea8cbb3c2739409843b29e51463b6ac5f7f7d7d269d01ce1e601d35 0.00 MB 1 0
15,782 15,782 00000000349eef975ab51b8cd99cb9f2f31844d7d798c35fdad3a3ce74761bdc 0.00 MB 1 0
15,781 15,781 000000002b462cde5d25ba1e6a263313059575fd81baa977a4e550f557340a0b 0.00 MB 1 0
15,780 15,780 000000000124fdc0384cbb6deb5e17c05ded0fcd7b59b8345d5bda29b61a30b5 0.00 MB 1 0
15,779 15,779 00000000a14994b5a12dcc8b046264fe3ed40f32d0d949913972495050e9d023 0.00 MB 1 0
15,778 15,778 00000000323a08ce62a55da67ff50f92d93fc64b250d1546c9d32b3ce60b04eb 0.00 MB 1 0
15,777 15,777 00000000494dfb0a8bad4a895ae55b153c6ba4bd461b8157fab7c5d5be69065e 0.00 MB 1 0
15,776 15,776 000000008566d3d67fa6b2bb350a63cca6dacff18b7a6d37d987f8ec76168267 0.00 MB 1 0
15,775 15,775 000000008f13385c23cb29ed4edef1fb579e816a914899b547c375002664b482 0.00 MB 1 0
15,774 15,774 00000000ab076e2631b7270fb552fda05d98e55f811ffd327b8797019643540d 0.00 MB 1 0
15,773 15,773 00000000f79d28ab7569223aa1a0f4c1493e00500dacd64df3c9465fc79a7aa9 0.00 MB 1 0
15,772 15,772 000000007cf09832859ef3275a694b1266ea21a40a90cc06481cec2703d54e41 0.00 MB 1 0
15,771 15,771 00000000bc0528689a76f0003543343a68ab4f3908c794a54e19305a87d4f186 0.00 MB 1 0
15,770 15,770 0000000019ba76f2cc153b991f5e156bd6e6eb46c5c5e1d29f363c8b4d1b0084 0.00 MB 1 0
15,769 15,769 000000003d1a15e3939b6de9b3e67b31e3daf2489368fff720cb594a68687f92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.66 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,098.44 GB sent, 111.63 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.