Loading Tool

Explorer IconExplorer

Memory Pool

81,460 transactions
29.95 vMB
0.15657853 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 419b641b6a41c820276b8ca602aa3eba78944b85c4c5b14a0af67967124166d4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3095cb0d2bc14fba0fcd73e2c71aab9fdda402ce90212d638931a959f0696c85
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,737
Size: 1.00 vMB
Total Fees: 0.05961136 BTC
Feerates: 1,002.91 > 5.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (117,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,300 798,300 00000000000000000004c4f0f34e6e7725b3270fc97f50eb5f848a5270801f8a 3,258 1.00/1.00 vMB 15
798,299 798,299 00000000000000000000ffe2f9bb895fe6cb47767a7e81fe6d3eb17488492b0f 3,572 1.00/1.00 vMB 15
798,298 798,298 0000000000000000000390564a5f6c047cace25799a6d2d801820e3a11a044e0 3,235 1.00/1.00 vMB 24
798,297 798,297 00000000000000000001284e85640f90e5f66c588faac7d7401444214680e2ce 3,236 1.00/1.00 vMB 16
798,296 798,296 00000000000000000004387bdf50b8216deb48b154bbc814aac4dc773d5876a9 2,476 1.00/1.00 vMB 14
798,295 798,295 0000000000000000000228dcf42a454f8b9104574fcf97db44f96d6ba776ec42 2,402 1.00/1.00 vMB 14
798,294 798,294 00000000000000000002edb23775b3296cc40bf850de18879df88d7e538492f6 3,555 1.00/1.00 vMB 24
798,293 798,293 000000000000000000001bb4679a53289061c9c6d3615199335c515b25629855 3,807 1.00/1.00 vMB 18
798,292 798,292 00000000000000000001d5cb2792395bb694d7885edc5d9c1dc689c522329ff2 1,974 1.00/1.00 vMB 16
798,291 798,291 000000000000000000048c431d075d215a9406519f86c45db6da6b59dbb7ecdc 3,360 1.00/1.00 vMB 27
798,290 798,290 000000000000000000052cbf4a82e9f2e6739294e240f0846c2fd5aea05d69d7 3,336 1.00/1.00 vMB 27
798,289 798,289 00000000000000000000326ae96e9cb64c0ee6874052b4596cf4a222bd769711 3,324 1.00/1.00 vMB 16
798,288 798,288 00000000000000000004c22f43e2ba8e43f0db4985bf82b53a114db051e15a0a 3,851 1.00/1.00 vMB 14
798,287 798,287 0000000000000000000087db163435c1d00b572770e6cfbac3e2c043018a9f0a 3,212 1.00/1.00 vMB 17
798,286 798,286 00000000000000000003ea6aecc75a28928d5dca359d120b94e6ee0b7209cc72 2,935 1.00/1.00 vMB 19
798,285 798,285 00000000000000000003c9aa3c3dbb2a88898028ca232c9185c5b2740042cbfe 1,827 1.00/1.00 vMB 17
798,284 798,284 0000000000000000000123562c7190b0edb48b1324c5063eb0bc510ed53124fb 3,626 1.00/1.00 vMB 25
798,283 798,283 00000000000000000001b274e66d20cba3950a0070b86cf6273740dcc1d67b8a 1,847 1.00/1.00 vMB 13
798,282 798,282 000000000000000000046b698090dd43fe4e6fbd55a5384ed8413be37c0fc1af 3,512 1.00/1.00 vMB 13
798,281 798,281 00000000000000000000954884900463fe62f0f29fff8e2d17b2edf83cedc819 1,837 1.00/1.00 vMB 17
798,280 798,280 0000000000000000000235c1f9f50afe5981b5d1e7c9a27fc4135b187e7295d7 3,462 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.