Loading Tool

Explorer IconExplorer

Memory Pool

45,662 transactions
28.68 vMB
0.13509389 BTC
Random Selection Loading Transactions
Max Size: 151.69/200 MB

Candidate Block

Mining Attempt 1344c3468e8124b33a142123d270245f5387dbe84a62a76d8ab14e6c92ddc594
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 49a540928efcc3bfc7680c0008ceaf74545fe91c6cff4b3d37cf883e7be960a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07565916 BTC
Feerates: 15,654.48 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (529,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,633 385,633 000000000000000000cd48633a6695806da0348a1dc4317416d4284c113a3e01 1,752 0.99/1.00 vMB 29
385,632 385,632 0000000000000000031318c50f8497c064318e9dfb77e7ed6c4210986a3c0566 1,678 1.00/1.00 vMB 26
385,631 385,631 00000000000000000637aad57951bcda6d25e11ee2d201458556665aac8fdb5a 1,779 1.00/1.00 vMB 30
385,630 385,630 000000000000000006124af4d20788f66669009184ac01e84a0a8452570c0115 1,066 0.75/1.00 vMB 19
385,629 385,629 000000000000000002ad6284893ff57ee33077e084c3cc5e41b7ee3bffd54ac3 2,219 0.93/1.00 vMB 39
385,628 385,628 000000000000000001cc8fa11d73d523343d12f0da3f1e13e6b1840c65f905be 1,141 0.93/1.00 vMB 18
385,627 385,627 00000000000000000e391e842d86808a43514ee943c9ed6c9b4f4cd0e7de1d4c 1,440 1.00/1.00 vMB 26
385,626 385,626 000000000000000002479210b0e67df569631618b3181aee3d943ae1c7a1026e 1,574 1.00/1.00 vMB 22
385,625 385,625 00000000000000000b512ebed798221ae9215b0a6827438fe0c4fcd1963821bb 2,047 0.87/1.00 vMB 41
385,624 385,624 000000000000000008a089b029cd78a4c34fb9ae49408682057985b6a9952ecc 3,242 1.00/1.00 vMB 86
385,623 385,623 0000000000000000026b7a6416fc1b1e20fe3b8c34ece85c7f501d5175188519 1,562 0.93/1.00 vMB 26
385,622 385,622 000000000000000005fa544f9366c0b55b8542b60186e7024b5294ea3e6c8164 1 0.00/1.00 vMB 0
385,621 385,621 000000000000000009ba88d0cbe534d193d8faf9c210a8fd66f2741557d0bd00 1,796 1.00/1.00 vMB 28
385,620 385,620 00000000000000000174aa3a81c439b3eacc2c02efecce513c37b23388ddd866 2,685 0.93/1.00 vMB 49
385,619 385,619 000000000000000007979efa808a2c55710ec81102b662af0fc005ccf3c0ef9c 1,164 1.00/1.00 vMB 23
385,618 385,618 00000000000000000b72c89ce8a3f14fd428d263b502aa449324f3aa79a96348 1,801 1.00/1.00 vMB 24
385,617 385,617 000000000000000008553f373ce948ed6035a2116eb65f94ad52db329e313d0b 1,560 0.90/1.00 vMB 22
385,616 385,616 000000000000000006e151a3ccd9338d3c623d2c626ede2327f10f9ba6511a90 1,677 1.00/1.00 vMB 27
385,615 385,615 000000000000000006bc2589716c26576a1e956248b80f32d1bdff7b01889fe6 2,577 1.00/1.00 vMB 45
385,614 385,614 000000000000000006aec698db6d6b44139d11dc7f38fae45c950936efbfffa7 1 0.00/1.00 vMB 0
385,613 385,613 0000000000000000023850948c3feba1ffbbb56261a3ca56eaf49bd903b623af 1,948 0.93/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 650.74 GB
    • Received: 13.32 GB
  • Uptime:

Notes

  • 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.