Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,404 transactions (2.74 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,429 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (834,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,939 75,939 000000000059c57b7b178a703d81cdeb8ea1a13409c5d760bb692fd7e51ed246 0.00 MB 2 0
75,938 75,938 000000000002e591b9e8dcec4b1d41eb41e420b0127d3eccc5e642efc098ef32 0.00 MB 1 0
75,937 75,937 00000000002a641e25d170db27e5a6953800be8fd0b02ba4817cafb6db4ddb67 0.00 MB 1 0
75,936 75,936 0000000000465b7adca3d2a848d25a9f34ecc0d1397faacfba4260d20b4c4e9e 0.00 MB 1 0
75,935 75,935 0000000000280fb0e60c8b9a5301e0d41a820916ff74deb5943632e9283c8ba3 0.00 MB 2 0
75,934 75,934 000000000011a596ad72013fef5cb76b10eda851adece155158657fdcffd1ab7 0.00 MB 2 0
75,933 75,933 0000000000193b69944e81b2716cd15b29d031b79a15ab41fd25d814d5f60f80 0.00 MB 1 0
75,932 75,932 00000000005f9bd1193a63ea87ffba4f21a83bcf7b4d8a012a58e1180b6d8328 0.00 MB 4 0
75,931 75,931 000000000058a69a2eced2996c881c91d26e6e5284a7cfe2fcf9ce856e8fbe4d 0.00 MB 2 0
75,930 75,930 00000000000020f6ff523500e63e197bed4eb28b23f670b494e24f3a471e287f 0.00 MB 1 0
75,929 75,929 00000000002e807c2897e304c03bf1e7b333b08a43cb1f44c226ff3bcb6b2364 0.00 MB 3 0
75,928 75,928 00000000002a9183b58a12cbd0477e652550557be0fc4f8c7bcc2a50a38eb824 0.00 MB 1 0
75,927 75,927 00000000004d55967b8f32cbc60b06d3c74efe3cf8621a2fc883067acbeb1a3e 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.55 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,271.44 GB sent, 121.34 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.