Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,598 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,425 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,424 (825,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,830 83,830 00000000001515cbfa8209bd634473770abac96e9933c85c0820b1ef1e29702c 0.00 MB 2 0
83,829 83,829 00000000002aa9923be6590c276c8f418e8159458f6b2f126d28084d961874be 0.00 MB 1 0
83,828 83,828 00000000002c3a2e6b11cc6460877b1958b9a07784f1a88aacdaa498655f4fd2 0.00 MB 1 0
83,827 83,827 00000000001b3c4760068df820c4dbbc05821b27dd96bcb5431205d7ff01063d 0.00 MB 1 0
83,826 83,826 0000000000263a15ae9f5e571815450d6f9c3ca084b1e1256e5b60c494457085 0.00 MB 1 0
83,825 83,825 00000000002c7b76ccf59e5a5f442c14b18943d8c5001848dcb14a43d8f1f687 0.00 MB 1 0
83,824 83,824 000000000022a21e0bdaf83cbba8d7249286c827594f5678245ba5ede8b77b44 0.00 MB 1 0
83,823 83,823 000000000027819a9b97222b627db5966cb5e18cbf1b8bb82954fd8b0a8e3fa0 0.00 MB 2 0
83,822 83,822 00000000000d6df8664e98b1f4401d9a82c8ad6401641c62eddbe0a636372f38 0.00 MB 1 0
83,821 83,821 00000000002d0a44b0d45c439f06232f76a19b097c4bfe831c04ac5838f40362 0.00 MB 1 0
83,820 83,820 00000000001902efc679c811d5be3258ad18df4603536d1d8915ad90fa7e7980 0.00 MB 1 0
83,819 83,819 000000000011b528bb35199e3aac5abf26c2cd5098da992c14b7d7d66595470a 0.00 MB 1 0
83,818 83,818 00000000003033204bb3c33811a4acb7821adcb8e1a9379823d40d434c56fb0b 0.00 MB 1 0
83,817 83,817 00000000000b3cc56c45b94bd44e7cb691b359ac5f53ddce6767a21ff0037554 0.00 MB 1 0
83,816 83,816 00000000002d70025ce7bb4bcf5f223281f0a9ec938b746f6799b143342dc762 0.00 MB 1 0
83,815 83,815 00000000000271ca101ee7b172f1ac527dd5fd0b5eee28eff5faab14e5557155 0.00 MB 1 0
83,814 83,814 000000000030ce17b8539a649ae71f00c8d4b464331500df238c86ca2f21cd12 0.00 MB 1 0
83,813 83,813 000000000029c85e772b51f3d691e397dd8816687c773742a8b8c7df08a14360 0.00 MB 3 0
83,812 83,812 00000000002cf6f0e2be6240962cdd3f7600ae1aa4dec4e1872cd39e5a5e79f1 0.00 MB 1 0
83,811 83,811 00000000000b69ac9e6fb356022ef1551fb55d07e2de2f8f86ed71a0fe2b9390 0.00 MB 3 0
83,810 83,810 000000000007a58bb0983801af4a1ac37f0f7e789349d8928c8d436ad0be79f4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.33 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,072.26 GB sent, 109.84 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.