Loading Tool

Explorer IconExplorer

Memory Pool

52,334 transactions
30.09 vMB
0.09236027 BTC
Random Selection Loading Transactions
Max Size: 160.74/200 MB

Candidate Block

Mining Attempt 9e6a5b575c749dbd5baffc653ba9b2025ba69c89c5f5f926b95d8bc866e9c54b
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root aed9d92570a88e0dcf6764e5b6f4ae8b850c0fbf910684a1da35f2edff9c0ce1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.02741887 BTC
Feerates: 201.13 > 2.75 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (786,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,133 128,133 0000000000001564a7019b003bc0853898a3834274349e3d846bc2cba10a6d65 4 0.00/1.00 vMB 1,467
128,132 128,132 00000000000018320721f3242f2bcbbf008bdb864c7d7eb1c9470abeecf5ae9b 37 0.02/1.00 vMB 452
128,131 128,131 0000000000001e30bfae46d48c49996133afd91dd2aee4e21691b6d8f35fa460 19 0.00/1.00 vMB 822
128,130 128,130 0000000000000d492f33b91491825e8145d4f2c597874f81287c3d791a0ed920 22 0.01/1.00 vMB 304
128,129 128,129 000000000000255eb07d90d5d7578ac57a125baedd8086c7ce2de12953534f6f 76 0.02/1.00 vMB 415
128,128 128,128 0000000000000cce29423968fa5ad598197282d7192168fee9c80ce444780409 8 0.00/1.00 vMB 21
128,127 128,127 000000000000030aa94dcf79b00c440f4e9787913b00d16840e69f20c9edecff 10 0.00/1.00 vMB 0
128,126 128,126 000000000000121cc76693d264caa9b120d0d6e27bfe8c585e28b2072c7bc311 11 0.00/1.00 vMB 633
128,125 128,125 0000000000001b74f79d3d3a5bb16ff9046db0f6f7d04019ccaf6494bfd01ada 1 0.00/1.00 vMB 0
128,124 128,124 000000000000224dc113917e57095d4c87432821550d2e417c292181fca595d4 12 0.01/1.00 vMB 954
128,123 128,123 000000000000125c94d67a9401ef8ca5babc6875d6f3c47a9de8dba9c8df05b0 1 0.00/1.00 vMB 0
128,122 128,122 0000000000000b3e6ee2bb79b015c2ba0275f0447603309e1096b34fafbef285 13 0.01/1.00 vMB 446
128,121 128,121 00000000000017cab686374e17ef2a6669636f5db7ab926ef3e376ac63a73b8f 16 0.01/1.00 vMB 1,094
128,120 128,120 00000000000021ebeeca91c5be97a34b90c281b1ff81304df57024932a41be83 5 0.00/1.00 vMB 907
128,119 128,119 0000000000000801372cfc8541ad9f08edc41fd27f4c79fd48cbda6b69b4671f 32 0.01/1.00 vMB 718
128,118 128,118 0000000000000f275cc8e022a4f4cd517fa7a3c69fd82492e6435f7999b494da 5 0.01/1.00 vMB 144
128,117 128,117 0000000000001164419fb3e363c291ee22937c2e5f1cda1dcadfb28ddd83523c 20 0.01/1.00 vMB 589
128,116 128,116 000000000000161a53136b1d55aa2dffd77ff5bbf8e5c695211098d5d18002c3 26 0.01/1.00 vMB 906
128,115 128,115 0000000000001f1a29fec22e33cfbea9f1c0755368e051e2c8ec68f1d6acf465 25 0.01/1.00 vMB 845
128,114 128,114 0000000000001811f7de4e567dcadf8306ab6419940fe70efe002b8e05d874e1 49 0.01/1.00 vMB 293
128,113 128,113 000000000000208738f5767faca4b84e9d734eee32df11a91d38ec8bf7fb9550 3 0.00/1.00 vMB 284
Previous 10 blocks ↓
Total Size: 781.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.82 GB
    • Received: 8.66 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.