Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,591 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,517 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,586 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,516 (834,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,865 75,865 000000000010e6d5f607a1a0a7d1bfb83032ebd3d91c926730ebee14518dae4b 0.00 MB 4 0
75,864 75,864 00000000004087f0c5f570545e368d53959c033a5164a1a590b43cabfaaab7f4 0.00 MB 2 0
75,863 75,863 0000000000572936128e8a633ef290b0f0dd2b5049796b4918118d8cd43109e2 0.00 MB 2 0
75,862 75,862 0000000000443a7d9bab427880a2ed8e1f9345d042f20bec6ec0e8e5f460e9d3 0.00 MB 1 0
75,861 75,861 00000000004fc8d37f971962c4fea6d4bf5536ef64cddeac4193a8400417ec10 0.00 MB 1 0
75,860 75,860 0000000000389810cde1b8e8d25b825ac4a049999c77c3cf772e6b91d29f3a6f 0.00 MB 1 0
75,859 75,859 00000000004cfa693aaf7daec626f3b286fb755f635dce07fc9381ff016796bf 0.00 MB 3 0
75,858 75,858 00000000002d667e5935ba7520324f4e9bf65b2b294c9f32318a0ec1339270c3 0.00 MB 1 0
75,857 75,857 00000000004750ecbb4c8abbe1934b4d231085a2ac38f286e5a43fea5670fc10 0.00 MB 1 0
75,856 75,856 00000000006c07b21a683ef4be2aa9ebd746a380574ee32bd78f63d92d3ce453 0.00 MB 1 0
75,855 75,855 000000000064f270e29382a5dd759e533cac2ead45e6de1c3a2577d5632fa9dc 0.00 MB 2 0
75,854 75,854 00000000006c1b9345eb3c4953677a5140078368bfbe7a62017cbf17fae3bed3 0.00 MB 1 0
75,853 75,853 000000000002067235bb10aca04ec23e124ccfba04b4ebecb963d6563923751b 0.00 MB 1 0
75,852 75,852 0000000000270fdb6de86c82cc9be7b3d472b4f8374d4c11043b0aab850ff146 0.00 MB 2 0
75,851 75,851 00000000003da9413db28ce189309b91ff2180d9d7a94ab492b6c44e19c7a152 0.00 MB 3 0
75,850 75,850 00000000001a981f431784fd2f1b6f8b381a214c46c6fdc03c84a021f9382e08 0.00 MB 1 0
75,849 75,849 000000000022d82cb477d35be707bb013defe24ae82998bb88ad3a4884759758 0.00 MB 2 0
75,848 75,848 00000000002ea0295adc45c2b60b03aa6aa3979362023573e98e416f593947a5 0.00 MB 1 0
75,847 75,847 000000000003848fb8aa6b09914ac215f8cc1b492100dd05fed05ee8bf604fc2 0.00 MB 1 0
75,846 75,846 00000000001af8951319550664e5ebec1d35075dc6c708c408c535fa62effee0 0.00 MB 1 0
75,845 75,845 000000000009a0624d9246d4188530a289c99ef80121314f75f4a5c49dca7ef5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,244.78 GB sent, 120.28 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.