Loading Tool

Explorer IconExplorer

Memory Pool

31,465 transactions
9.93 vMB
0.11729372 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.16/200 MB

Candidate Block

Mining Attempt 62ddec91226089f09d075975391bcf77c33f8a65dabf46cac4772425a9cf2dba
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root 700632f45bb34a81b0b35c53e743c84379fd0aabb38636e5754a75a1ec0c7d82
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03538836 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (744,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,602 168,602 00000000000006777ef66a4b32c25ae970d1001b27f2e4b7aae83ba831f6d850 91 0.03 vMB 0
168,601 168,601 00000000000004ba070d16499ebfb6800d91319fff8b1c22140e497e429f8dcb 9 0.00 vMB 31
168,600 168,600 00000000000006d928053f2a2affbb8a00f6d93316b14889fe9ae7e7f0c095f7 11 0.00 vMB 252
168,599 168,599 00000000000003bbb3e33374d07fc8e91f784300d31e11875d496db5ab0f507d 87 0.03 vMB 34
168,598 168,598 0000000000000490e357310c61e30d335fdcc487fed64558c153d33c016e50d1 139 0.06 vMB 257
168,597 168,597 00000000000005615a26b920efb9522f178daf046f85a99b6c74f02630807979 40 0.02 vMB 48
168,596 168,596 00000000000001263d1d7d0600ec1d73503cdd42a1404b3b43e3cc4f462d66d3 49 0.02 vMB 38
168,595 168,595 00000000000009192736509db851171cf1be24992e577d734029b7bde60a0c1a 12 0.00 vMB 83
168,594 168,594 000000000000035ae16b996beaffd479d913a865c43c4fa30580a99a82c955d0 64 0.02 vMB 98
168,593 168,593 000000000000097c619a74e4fe1ea8445ddd812faa55bfe5b72eb40b9bc8868c 56 0.04 vMB 198
168,592 168,592 0000000000000264a7e7ccb61e502037622dce26dd5309b3e52750d285bfa7e8 12 0.00 vMB 284
168,591 168,591 00000000000009403b99710f6c5e8c31a035c33d37b0fa35e17d816b422a5bec 16 0.01 vMB 524
168,590 168,590 0000000000000b09d7f058d51f602ed2fd26b3300e198420a45a689252c2be3d 13 0.00 vMB 3
168,589 168,589 000000000000052fd33c2011eafade32fe84469b084c82cb3ebaea5d79a92f0d 9 0.01 vMB 21
168,588 168,588 000000000000015511c9094e047c1211b78d159df326f795903eec758a1e7c01 38 0.02 vMB 58
168,587 168,587 00000000000009be83d53294f3a47a79f358c94052911ae18e73cc05a787a56c 67 0.02 vMB 50
168,586 168,586 0000000000000bd3f4672344a520e4b43aa91cb638059b4e161d48fd0830b362 21 0.01 vMB 24
168,585 168,585 00000000000002871b0a8d411cf67dcbbaba001452140bad97ea12db0e3746da 7 0.00 vMB 41
168,584 168,584 0000000000000bf86e3f5e0585688878f88e671fc03249eb9c7767be169084da 11 0.00 vMB 78
168,583 168,583 000000000000065c60c3b95c119cf436b2f0c7add9db2aacf52f5266da9bdf45 17 0.01 vMB 166
168,582 168,582 0000000000000b8d6501f1afcba24c430ca776df4c4815ba134b30820388eb51 93 0.05 vMB 99
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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