Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

486 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,576 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,575 (832,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,890 77,890 00000000001e2485b35643937fa369ce90e7969557fc8848b52bb326cfaaa6af 0.00 MB 3 0
77,889 77,889 00000000000b50a82087fb46c8cc7d7204145fc0539185068d182e65e32e8579 0.00 MB 1 0
77,888 77,888 00000000004b5bb6608f3c1645bcf80c29cb855010d8dcb9cdd79032ae4ae6bb 0.00 MB 5 0
77,887 77,887 000000000048a1910684be91cb6816e12beab7bab8f8152864623e2435a02402 0.00 MB 1 0
77,886 77,886 00000000004ad5485f483c21996476a0f45db61c86a45df5ebf00373d084887a 0.00 MB 1 0
77,885 77,885 000000000038cf7f654e57a90b5eb55296cb0404cd4562211c7887e6d93b9ffc 0.00 MB 2 0
77,884 77,884 000000000011626cc3a5b974a650bbb40aa9c73769736487ee8d559501cd695d 0.00 MB 2 0
77,883 77,883 00000000004dfdac00c77c1f8223c35a3d43b7c911e34b7f8d69da6f4e1dbc8e 0.00 MB 1 0
77,882 77,882 00000000000f56b5104231ea03e25ba4f8e0c8495076f9084a58cfe57b9fb85f 0.00 MB 1 0
77,881 77,881 00000000003550f5085e373e153cf06553eee6a7ad7010f839f6310da3b7ed77 0.00 MB 1 0
77,880 77,880 000000000053c807917112601f8fc2d325b79199b496c340aa26821cb9a2f3af 0.00 MB 1 0
77,879 77,879 0000000000474b6ea6757876fe178d5d2205e65007d6304c23929b95bcbb0a8e 0.00 MB 3 0
77,878 77,878 00000000001fa2c355a1235b451bad07c303f845e073d14b29a4adb3a39da0a6 0.00 MB 2 0
77,877 77,877 0000000000411afd0726e067001d1b36cedaa12ce016af4e5fbcd0813a56cd0f 0.00 MB 1 0
77,876 77,876 00000000004b412be053f55040b282b02b93d54da3684b8e01b3f2bc32224675 0.00 MB 1 0
77,875 77,875 00000000005386ca39f316b4eac921e3a56282cf821a02588e10b9841beb41d4 0.00 MB 1 0
77,874 77,874 00000000000d0230731c8b49553ea450590c5963d17b3bd0efe3139c3e496bce 0.00 MB 2 0
77,873 77,873 000000000004e812f1a7dde03d469c11c12712f262faecbc1a473d5b0ee7b688 0.00 MB 3 0
77,872 77,872 0000000000485792607f9a57fd35efb01c2ba8dc8dd16f30e3289dfae4eda467 0.00 MB 5 0
77,871 77,871 00000000002710616573c86722fc2b10621ea9274d6bc383f0da2ea6c72a4a6f 0.00 MB 4 0
77,870 77,870 000000000035f94708bea212a7bb4e7d03666a0f900cc5ef9e9f99a92125bbe5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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,253.06 GB sent, 120.76 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.