Loading Tool

Explorer IconExplorer

Memory Pool

84,690 transactions
32.77 vMB
0.08372875 BTC
Random Selection Loading Transactions
Max Size: 194.14/200 MB

Candidate Block

Mining Attempt b1601cac3306ecf55bc58eda36b8da9fd989ba9fcc8f0a31e7d030f90413a111
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 987e21f9cad4d58ebfd8d07b5ace04301d23be1a48dc1e5ec847335e8745b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01874996 BTC
Feerates: 120.64 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (525,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,891 389,891 000000000000000000a68822897b92c29aaa2746ec04bc1169b3b61a0d61551e 1,258 0.64/1.00 vMB 46
389,890 389,890 0000000000000000004287c817e5c6e0513d9de19e447cadc2bbe096390176f5 1,167 1.00/1.00 vMB 15
389,889 389,889 000000000000000008edfa20db9327bb05ed289553c46cf241b0fe6ea62e4b9a 1,831 0.95/1.00 vMB 30
389,888 389,888 0000000000000000064848589dca9075e1fc6698a78d5283f8e7f2b369b8eb1a 2,401 0.93/1.00 vMB 36
389,887 389,887 000000000000000003d6ea2049d2b2224fbfd6e77e1b66b6118584a5c68caed6 71 0.07/1.00 vMB 38
389,886 389,886 00000000000000000a7569a6012980403985ec96bd48a7153f5f20a29c722f1b 782 0.79/1.00 vMB 13
389,885 389,885 000000000000000005615494eb7323bea079f64c0cb854c67c78773338a3e9e3 576 0.39/1.00 vMB 21
389,884 389,884 0000000000000000063433dc8cb8870e96d70ab6f4277196373df50ab6e1c750 2,033 0.95/1.00 vMB 30
389,883 389,883 0000000000000000026c6823a796dcd4ce25e01b70bfbb983e0bde831becf6f3 1,613 0.74/1.00 vMB 36
389,882 389,882 00000000000000000a9dda9b0f6e567570b41a1e8ba2792691dab5e6cc365fa7 2,388 1.00/1.00 vMB 39
389,881 389,881 0000000000000000098eedb8978d14bf60edc70c17a95989e1fa7d5cca32b13f 741 0.27/1.00 vMB 40
389,880 389,880 000000000000000006544d382e6274b4829281389ade534a3975e48405cfc6f5 1,159 0.91/1.00 vMB 16
389,879 389,879 000000000000000009f4514b57491c1a1373bcc3027de303830a8952cc3e92ca 137 0.25/1.00 vMB 9
389,878 389,878 0000000000000000032acb34477b505f707c3e4937bcbe3fd8af74be0e500196 103 0.04/1.00 vMB 36
389,877 389,877 0000000000000000014c3955f3f87215ac9e657ef10e92553b60d8ab8c1e56fa 2,224 1.00/1.00 vMB 36
389,876 389,876 00000000000000000642be007600919ac1fc755f17a79b828ac7a611c3c55fbc 388 0.24/1.00 vMB 23
389,875 389,875 000000000000000002a16ab2bf977922f138cb313d67f652b963a81831074d62 683 0.74/1.00 vMB 19
389,874 389,874 0000000000000000097970dc3947b1e996b0469d43a4cb39d7777832feaf2eb2 2,108 1.00/1.00 vMB 27
389,873 389,873 000000000000000006c1c534b5339cfbc078a92663dbbfca7d5d65466ac66c48 31 0.05/1.00 vMB 6
389,872 389,872 00000000000000000a06bd696d39b93213f51575e48e6aa9c0217a379e3c71e3 1,597 0.87/1.00 vMB 81
389,871 389,871 00000000000000000478fac083eed38632baa0d5c59c6cdac6c8ea9e69250e26 2,229 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.