Loading Tool

Explorer IconExplorer

Memory Pool

76,009 transactions
29.64 vMB
0.09707402 BTC
Random Selection Loading Transactions
Max Size: 178.81/200 MB

Candidate Block

Mining Attempt f396547900b50f69fbb851dbcfe91481285a0983a3c4e57b0b153eef3a1d572a
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root cc436fb642bea74d640c288caaeca1eae7b02bec9ddf2303a975bd5e4b4e0292
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.02834369 BTC
Feerates: 147.99 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (628,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
287,009 287,009 0000000000000000dcbe95bf7206c9ffa5690a08c2a28adf5beed8d920ce8222 1,091 0.50/1.00 vMB 41
287,008 287,008 0000000000000000789f1c01d63c46b627e02382e46ee3f169873f1082cd72fe 253 0.14/1.00 vMB 33
287,007 287,007 0000000000000000bdc9c2815ea5158f3a67c2ed981e26f7a4fbed6ef1845bdd 221 0.14/1.00 vMB 28
287,006 287,006 00000000000000014615ef1330e566eb2cbd4b2350b33fa5c6aa36f3f86d69ac 192 0.14/1.00 vMB 30
287,005 287,005 000000000000000042f8f5f320c152f2e5418ad1e64f45db9c1856dfed079869 334 0.32/1.00 vMB 21
287,004 287,004 0000000000000000cae408aac7776d8852d8c7db8a6882a43c4c6a1fd556cc8d 225 0.19/1.00 vMB 22
287,003 287,003 000000000000000140a26893db30f2f3ae2c4632b9cde30ca6b7dc47bd1e7f9c 1,794 0.90/1.00 vMB 50
287,002 287,002 0000000000000000e8523a7279b3efc71e593d0caab51a96110deab2c8098d92 718 0.25/1.00 vMB 55
287,001 287,001 00000000000000001f98a9814d29da5d07036e07843d3e0cff9981e90454e1b2 581 0.29/1.00 vMB 34
287,000 287,000 0000000000000000cc22cc938f92ecc3a3844f23775c4ad4e66404563c8594c8 106 0.30/1.00 vMB 12
286,999 286,999 00000000000000001b3eea02e6b4134e67d6e1bbf791463667680aa5aa98f118 199 0.35/1.00 vMB 15
286,998 286,998 000000000000000147d7dc1c66dd4b754415900f4421ec1d394fc1ce9ebfb9d5 751 0.50/1.00 vMB 30
286,997 286,997 000000000000000005acc10fca29a8a01b33031d352a663ee88db039b53334be 562 0.35/1.00 vMB 27
286,996 286,996 00000000000000003b0c474e2dc21e78da6f909e9719754d201f249929e897b0 452 0.25/1.00 vMB 28
286,995 286,995 00000000000000001817003c81e939f39ad62f2ae40b6ebe49a01b8608417df0 193 0.06/1.00 vMB 78
286,994 286,994 0000000000000000a5b685143259d15e80aa04af532fc3dce6faa300af121277 792 0.35/1.00 vMB 42
286,993 286,993 000000000000000037d9026b2e93cb4cc1aa7d4ebd4b1581f88a33aa1a92cd0f 991 0.35/1.00 vMB 57
286,992 286,992 000000000000000078d5f5a0b7c57de4e4606a81684746483c177556f0f199c0 629 0.25/1.00 vMB 51
286,991 286,991 00000000000000012b7d49a60f76ad669bfddd66d66d0293ec6cdbe902b4698e 526 0.50/1.00 vMB 18
286,990 286,990 0000000000000000ad09e282a409da457eb5ed651e75f6448ba89f80fd40a2a1 851 0.35/1.00 vMB 46
286,989 286,989 0000000000000000b9bc778454dfad68b5e6f5fd3eaa7a4be9840a7b3e04625f 1,277 0.50/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.17 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: 748.32 GB
    • Received: 18.79 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.