Loading Tool

Explorer IconExplorer

Memory Pool

29,210 transactions
12.89 vMB
0.05880118 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.43/200 MB

Candidate Block

Mining Attempt 489b5231a4c1c7c845431e66606a68a791006043d52db0aba0b8ba62b2207e3e
Version 20000000
Previous Block 000000000000000000014d0edf059b9fbfe370c1219de7f8ee01c346d36b62fc
Merkle Root 395d100871c45e38d79407946713495da9b48aed75716d3ade656418ee91de11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,954
Size: 0.997998 1.00 vMB
Total Fees: 0.03509412 BTC
Feerates: 502.25 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,752 (749,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,496 164,496 00000000000003e7f2d54ee7e2d6867c86ffeb7015b8eddf5970829c42552c9c 7 0.00/1.00 vMB 64
164,495 164,495 000000000000019378cb89c5727ae67af519b240787fa7de31a97e5ef45800b8 31 0.01/1.00 vMB 2,100
164,494 164,494 0000000000000beedac0932d3b3dabb3f44c4247a504655cc343d4fe4ef88a79 38 0.02/1.00 vMB 46
164,493 164,493 0000000000000771eb1eb25f8322f4d0d5ae4b58c81f7c6a171f8532f3130fb9 13 0.00/1.00 vMB 62
164,492 164,492 0000000000000a08b77aecfe89195bd8e6e3039daea3bc1c58dc45ac4e81a10b 11 0.00/1.00 vMB 32
164,491 164,491 0000000000000a21a19ca661e7c560d857b028b4944635214ea95a87e07ad0ca 18 0.01/1.00 vMB 130
164,490 164,490 0000000000000b0d48c24955a33436377004c699fc353c0b2231b9bc555b3374 12 0.01/1.00 vMB 69
164,489 164,489 00000000000003e33bbab651201d8cc5ca04a19d8ac6581c889f3a7a978758ba 1 0.00/1.00 vMB 0
164,488 164,488 000000000000000187f0ce72e8dbefa39860136c52f89b6161a293bb4dac29cd 36 0.02/1.00 vMB 137
164,487 164,487 0000000000000acab803aef0a7931a08db3371d1f3e27bb9cb9f2d437b2b8fc5 7 0.00/1.00 vMB 34
164,486 164,486 00000000000001dca8a0f102cd320240c9dc2d8d2f7238afac0cfd1ca5656984 20 0.01/1.00 vMB 239
164,485 164,485 00000000000005d020a0b796eeab67fb7765744d3cb0705ebf82945df6c0e07f 3 0.00/1.00 vMB 0
164,484 164,484 0000000000000660684a674a4de1de81749558d182ad10b2930d87fc602b4ac1 64 0.02/1.00 vMB 2
164,483 164,483 000000000000089d5f6d79bc3963ec37168df167802fdad87de5572bbf4dd9a4 106 0.05/1.00 vMB 70
164,482 164,482 0000000000000548dbc8d8d76dbe3fb39d292d61551e31dc26d42c632b7d8273 1 0.00/1.00 vMB 0
164,481 164,481 0000000000000c3da2b4e5f405980db1a2bc54458577d6a7ff74976d6b6dbca3 27 0.01/1.00 vMB 0
164,480 164,480 000000000000058569ac1a0aac80a490d64876187cc01869845a92073e99f620 83 0.05/1.00 vMB 155
164,479 164,479 0000000000000b0ecc33d7941905a97bf0d46dc16a69368b24ed535ca1300771 11 0.00/1.00 vMB 32
164,478 164,478 0000000000000818887a469345e826d6e922105f0e40970272a9578b70b643d5 63 0.03/1.00 vMB 130
164,477 164,477 000000000000049035920f9d51145f10f8147f64f576356f075a72b587b5a122 5 0.00/1.00 vMB 32
164,476 164,476 0000000000000b922691b07e8bd1202615dec86aac2b7d510a65a0ad1e315d4f 10 0.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 780.18 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: 504.36 GB
    • Received: 3.94 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.