Loading Tool

Explorer IconExplorer

Memory Pool

32,111 transactions
13.75 vMB
0.09226412 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.58/200 MB

Candidate Block

Mining Attempt ff904be597e63fb540d1824c61df6b7448a980ff3f21a66a7115dd8da62c67d0
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 2d9436a571194a828b7ebca6f4c045293acdc34a7ccc0a3803c2d20cecd2c7bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 0.997999 1.00 vMB
Total Fees: 0.05635738 BTC
Feerates: 203.60 > 5.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (744,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,218 169,218 0000000000000a3cf704a4fb679cfc96549c2751389c4f42f23f3b591e38356f 65 0.02/1.00 vMB 38
169,217 169,217 000000000000051a30ee96ff18f47243760c579b217b376b178372a20e5450c5 12 0.00/1.00 vMB 24
169,216 169,216 00000000000002c05c526c6799fa6f786d6e28a22c8ac1316d40a20429727e2a 69 0.03/1.00 vMB 87
169,215 169,215 0000000000000b1045382ffa7a8409614cf0426d925450588d77e56fb3f5c8ce 6 0.00/1.00 vMB 0
169,214 169,214 000000000000087b8387722491c452927080d876f5e2e210f1e1b6ee38414f46 59 0.03/1.00 vMB 86
169,213 169,213 0000000000000683825472edf369b4f690772bd82519e0828cdfa9f37242c151 108 0.03/1.00 vMB 27
169,212 169,212 00000000000007e61f46294a599ff3dae2bc099e556727e322e95f81b5648734 31 0.01/1.00 vMB 37
169,211 169,211 0000000000000401e2678dbe197bd19a9de83692b147721862049f8c0bf3c320 62 0.04/1.00 vMB 49
169,210 169,210 000000000000080ebcff5615bb3477a17d7cc438b80fabedfd95d1c4cc4e13c0 47 0.06/1.00 vMB 61
169,209 169,209 000000000000085a835173e690332fc0f390ee40c46d2fabb26719eace99df50 38 0.02/1.00 vMB 172
169,208 169,208 00000000000003c9865efd39136e47b17ed5cab4a3f17aaa471abeceeed6e86e 22 0.01/1.00 vMB 66
169,207 169,207 0000000000000831f5c524de2cb66fdba85136042308860b94b07f4265d6d106 10 0.00/1.00 vMB 53
169,206 169,206 0000000000000520a81568c0670f927f9f4a6ecbc98fa746afa70728ecb48899 48 0.02/1.00 vMB 79
169,205 169,205 000000000000084639ee2d815eed11d8d433f8cc9039424ef232fd90305c3fd1 95 0.02/1.00 vMB 23
169,204 169,204 000000000000043a05f3bc98ccb9aa0a1f2e252bda2c7e7096b35d26c17acf1f 151 0.05/1.00 vMB 59
169,203 169,203 000000000000065d1c43186473e103fd03b5cf672f6b0f39ee8968a49423a2e5 119 0.05/1.00 vMB 92
169,202 169,202 00000000000002815310333a8b1f38949306f66db1ed5ba486b8eb6ed90403d0 1 0.00/1.00 vMB 0
169,201 169,201 0000000000000784a32a208d25908a42853cea1d8a957eaf3fc82125edcab213 13 0.00/1.00 vMB 34
169,200 169,200 00000000000001130d6c5d5ce8558a9fd3a2da9fe2a1364c02ded5dfc0b871b0 29 0.01/1.00 vMB 31
169,199 169,199 0000000000000304e243a60de0952f1725df2b4e85437604165db5fc3e74cbac 56 0.04/1.00 vMB 62
169,198 169,198 0000000000000037acc0ca6be931290142515792ca6f38f4a263865e048acd8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.15 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: 501.00 GB
    • Received: 3.76 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.