Loading Tool

Explorer IconExplorer

Memory Pool

24,648 transactions
4.96 vMB
0.04922795 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.02/200 MB

Candidate Block

Mining Attempt fae362d7cdb0e0d398cde8820e4ceb66e922e11e9e3107e55fb2159380da575a
Version 20000000
Previous Block 00000000000000000000fa5ac65bb466897a717b43d83c4676d81fd778ba2665
Merkle Root 275be9046f8d2800c26d59f84f969bc7bc5bb5057fa4529410c35fd1918ed58d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,386
Size: 0.93 vMB
Total Fees: 0.03878270 BTC
Avg Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,807 (768,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,852 143,852 0000000000000087bd7448226e324d30378d01b5665d88ce02425d4af8becec7 0.02 MB 41 310
143,851 143,851 00000000000003df12f38098ddb70fc960081e7ab3d1ce6db484f9898247ffa0 0.03 MB 77 73
143,850 143,850 00000000000008efbdef68e8c91f30071b0334b93778e9187fb69bb0a8dbf288 0.01 MB 21 8
143,849 143,849 00000000000008dbd480144994e8796ff91107742234d70814b9ff69656770c3 0.02 MB 43 154
143,848 143,848 00000000000005b86559e129803d7b010f456d432fbe4ea4f7d7be7dadf6265c 0.02 MB 38 199
143,847 143,847 00000000000004a72e076e7a902afb9ac70fe9bbe17986d7501f935fc79db322 0.02 MB 60 55
143,846 143,846 00000000000002289396006ac06a1294ada73d73d8bedefc5daa3c58e29a69c6 0.01 MB 18 74
143,845 143,845 000000000000072e4447fdece141ed31ee18e16ba8bfed4604e02be9bc87e581 0.02 MB 40 235
143,844 143,844 0000000000000872aa2ea57abc4d21dda56e8742d9dc3f7d2cf1e0ef55f95776 0.02 MB 45 79
143,843 143,843 00000000000006cdaef8bd471811bfef32347a755ed304c88e3955caf3f4635e 0.01 MB 27 102
143,842 143,842 000000000000056058fec11d955fc30d642626ef370dd34f9ed8673bf453a607 0.03 MB 76 149
143,841 143,841 00000000000003558a3638e7c8fdb4dd8713d4db3ae2358fa52c59548340118e 0.01 MB 42 99
143,840 143,840 0000000000000386a86bf165122d50a8a61509c52c3dd732d8d7db26c2526414 0.01 MB 27 252
143,839 143,839 000000000000051bb4b8f983c142eecf7d43e65c69b23cdb6908ddcd0cdc786b 0.04 MB 132 56
143,838 143,838 000000000000019a39a0a773349297d50d21f9e7713719f055eb4e991ac5d1ac 0.04 MB 73 267
143,837 143,837 00000000000003d8fa1517b06827976122ea15eac2ea802008b95fe40402af47 0.03 MB 53 162
143,836 143,836 000000000000033899a5d898b713a571c980f270bb6b7d90519244892217c246 0.04 MB 123 90
143,835 143,835 0000000000000018e22dc01b2b4fd0d4ed26cdf54e15c508fb10c520383c3b32 0.01 MB 32 145
143,834 143,834 000000000000060dd5bede98254cf379cde24bd038792ad6245bfd449308fc9e 0.01 MB 22 254
143,833 143,833 00000000000004b59ab2212e962160ba72db221e33cf2946e7c73fb675846d5f 0.03 MB 45 45
143,832 143,832 0000000000000661f5f2eb2f9bdfa45dc4b596084296e1f401c59699373d6f9b 0.05 MB 120 52
Previous 10 blocks ↓
Total Size: 778.50 GB

Node Details:

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