Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,550 transactions (1.62 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (834,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,926 75,926 00000000005a170c72863b3a98bcc152069a743407785a74540d66090cd3e61a 0.00 MB 1 0
75,925 75,925 00000000001d7449aa84e9131499081e889167a34e7372e9703dbc23d6cd5e83 0.00 MB 1 0
75,924 75,924 00000000005edeab40b44142e63ce3ec109ffa43409457f521a8329e52ab6648 0.00 MB 1 0
75,923 75,923 000000000013e597cf062601cb1d6dd19c95a4c106578fb72b60db25ff4e6c83 0.00 MB 8 0
75,922 75,922 000000000007c712bde340e7abf8776aae39c3a701e5a2c40da2e48db1713784 0.00 MB 1 0
75,921 75,921 00000000006783128e593d5d41eafc950e798cd1ebaafb47653247258744c282 0.00 MB 7 0
75,920 75,920 000000000020b19e31a27ab04c5227459a9500f365f1c3b1dbdb6061f1a78cff 0.00 MB 6 0
75,919 75,919 000000000017ec22700032bda8883794b2c97f22ee039b619f123cbdbfe3c939 0.00 MB 4 0
75,918 75,918 0000000000251aa59c5951f97a204cc786b0fbb09e91ad43f968b5a4645e3e2c 0.00 MB 3 0
75,917 75,917 0000000000438cfd8f4c2646e6f51c6d66558375a58fc69f5ce6e6dad1b1b736 0.00 MB 1 0
75,916 75,916 00000000004949c6f1544f19f1e9c8110ebe7ff63eed01c9243e4aed560f0d5c 0.00 MB 2 0
75,915 75,915 00000000005482957c000aa5571da046c7de3c366a34cc45e83fa9928973a542 0.00 MB 3 0
75,914 75,914 000000000027cda4cfd61993be08080fe20b6b63ecefe53854e1a520600cc566 0.00 MB 1 0
75,913 75,913 000000000068ecbd2faa172c01b712a4398ceb769ea4583f7bf1326d73897afe 0.00 MB 4 0
75,912 75,912 000000000054842f013e5034940aeca7278eb86523e0163408e2621a2eea2879 0.00 MB 1 0
75,911 75,911 000000000009f9ceb409e5401a8f0faada03ca57192012f719ae04fa7f6b6c64 0.00 MB 1 0
75,910 75,910 000000000005f85506f8be56546d2b27b72f1ee64bf0e7d3ba350d122b6a7463 0.00 MB 1 0
75,909 75,909 000000000074fef38203aaccddad97d529848daa5e9c99fb3791a3e4089b5cfb 0.00 MB 1 0
75,908 75,908 0000000000424a0f92bdbb64e851f333c2d6665a82e68c9b6e8feba64753aec6 0.00 MB 1 0
75,907 75,907 00000000002f81fca47175066c4693bf4a26fd066b4d0ef8e46a4a6156f96418 0.00 MB 1 0
75,906 75,906 00000000001cf1a637b5ac50706885355ccbd3580bda4254c145ca3186ebd8ea 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.59 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,281.28 GB sent, 121.58 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.