Loading Tool

Explorer IconExplorer

Memory Pool

23,338 transactions
5.25 vMB
0.03761208 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.85/200 MB

Candidate Block

Mining Attempt 0e07903877aebbd8790c3c8aeebf505c6bf239a7e59e966f330ee20166ad504e
Version 20000000
Previous Block 00000000000000000000bbe84ed2e48d0f0e036b5aa2a8a6bcf374622beefc1a
Merkle Root db5e01ea37ddde18155bb0884aab185317100684c174da78c2d50579f6f305d8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,679
Size: 0.59 vMB
Total Fees: 0.02533145 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,176 (769,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
143,831 143,831 000000000000007768fe2a95a524f0221dc3d11ca5507c7063f81babfda69cf9 0.00 MB 8 644
143,830 143,830 000000000000025a622aba5e4b97746bd5201e5bdb9e60530247c79d4f996099 0.03 MB 91 78
143,829 143,829 00000000000007959265009da6eac7e84d61c9b0b3cc8b6a1e0739f7111e10d8 0.02 MB 56 98
143,828 143,828 00000000000000150d3621b1187a0d047d1e6ae1e85c234757a48300fc47b1e9 0.01 MB 32 42
143,827 143,827 000000000000096e2440ce924fa6f774afa1630032e457474080a67e35548e9d 0.01 MB 27 6
143,826 143,826 00000000000007b9deae6f33f0602ae232b50f41d71a933a5e7a33b4b4ba0593 0.03 MB 68 116
Previous 10 blocks ↓
Total Size: 779.16 GB

Node Details:

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