Loading Tool

Explorer IconExplorer

Memory Pool

32,050 transactions
6.53 vMB
0.03964399 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.28/200 MB

Candidate Block

Mining Attempt 33ed634af4dd176e6fa16db92b653ffe07b82d6356c5bb89e35eb51979a70366
Version 20000000
Previous Block 000000000000000000006b521c1a541a3dc5c71e10c161f262a673024322f2af
Merkle Root f90f402ba05c1d788423e54e20e25c51abefa3512bf8e20391eb384d24a03e45
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,242
Size: 0.81 vMB
Total Fees: 0.02415388 BTC
Avg Feerate: 2.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,962 (658,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,935 254,935 00000000000000306041cedebb17914db5400c2075c0ea55015497fddc3d9195 0.19 MB 514 91
254,934 254,934 0000000000000036acbef392ed9cb1ab8b15de31cda2de357c6f2b0be69ddb0a 0.25 MB 615 352
254,933 254,933 000000000000003d53a60a42916a4e18592bcfdf5cb45f7ce1652391b8cc55ed 0.25 MB 570 75
254,932 254,932 000000000000000cf01241d740ab6720245ba0b6686a7d1ef5d1c3e7c24917d1 0.25 MB 658 93
254,931 254,931 000000000000001ae59dbc861b1b0a4783f68a9cc663843402b0086af5f331ee 0.25 MB 678 95
254,930 254,930 0000000000000012885f1020530f99e1c0039d2b0c7e8c5fa5bd61d6343a2e04 0.35 MB 810 129
254,929 254,929 000000000000001ffae0f7b3b20d044c614283a7b13c0f1a40fdacf92b13dc47 0.25 MB 542 145
254,928 254,928 000000000000003d3c61515b5001e156462dc9bead419ae7dcd80c1e3cd87e18 0.25 MB 617 195
254,927 254,927 00000000000000195e8be754e9b7abec8a527a6530790eb37b3e8922a7c6903d 0.13 MB 203 50
254,926 254,926 000000000000003e27e8850f49c718691efb9fa264347d5718d843aba316de71 0.16 MB 439 95
254,925 254,925 000000000000003ae04fec4c714618db6e09cfc03f975c47cd41686ed9861864 0.25 MB 684 141
254,924 254,924 000000000000001b41c09a5cf5507d1418e7d2562789b5189e0703991c205a0c 0.05 MB 128 164
254,923 254,923 000000000000003aa2cd703da91105ee5c93e595a8058f9618c43270820ee133 0.10 MB 224 101
254,922 254,922 000000000000001061bab59303b8ae31cef47c0e846a47339e48a4a186eec055 0.02 MB 25 57
254,921 254,921 000000000000002be1bd5a762f2c4dd96cea26d37b7c0fd7ee91753cc40013ad 0.18 MB 416 91
254,920 254,920 0000000000000019acfe079424e820342abbafbd20b3eba06c1e0934c0f8fafd 0.05 MB 106 152
254,919 254,919 00000000000000038189e455c0abd6dbb3e6808fca6b440b71f40be64363c669 0.14 MB 326 86
254,918 254,918 0000000000000004fbfb5d190485118130c9dfa5487fc064b6717a55c3ceeba9 0.16 MB 265 72
254,917 254,917 000000000000000e5597458faab254559ac06e06cd28ebe141fd9374e8236f01 0.04 MB 111 81
254,916 254,916 000000000000002b68f78ac3c4a12bda3e06104fa26e91de2b94452b36c14115 0.17 MB 291 69
254,915 254,915 000000000000001c14d3a325aa897a83ed640d71b0d2b21a38cf5b7140be2788 0.25 MB 608 57
Previous 10 blocks ↓
Total Size: 778.78 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: 352.74 GB
    • Received: 3.11 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.