Loading Tool

Explorer IconExplorer

Memory Pool

37,125 transactions
17.98 vMB
0.13386344 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.14/200 MB

Candidate Block

Mining Attempt ffd36cd275ae0d7d106781f3127588cfa4b7ecfb72ca2c480edaa377edc32e8d
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root 08b4cca5635876e47c3d014596628b4fe41ec403ae1ba17eb2aae7c48f298023
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 514
Size: 1.00 vMB
Total Fees: 0.02320936 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (689,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,218 224,218 000000000000001dde2127c658b6e36c188343d1efaae43104409cdf4528b81b 693 0.30 vMB 208
224,217 224,217 00000000000002ea6927533156a8ef6fdb1d6eb24ca69099216e7a0b369c18ab 334 0.17 vMB 179
224,216 224,216 0000000000000012daf6a6f051969c5c3c005882bcce96d7ba598be40ca024d5 406 0.22 vMB 151
224,215 224,215 00000000000000a5f8f9ac596f842294e532812f96e3d180ccd27cc6abf6e2b2 688 0.25 vMB 220
224,214 224,214 00000000000000ec50924c5a92314274ee077f5145709ec149bfdcfb846c539c 120 0.05 vMB 167
224,213 224,213 000000000000014fb4b192d99cb41c6c0b97f1f6448a7bb1852abb83dd48e607 80 0.03 vMB 150
224,212 224,212 000000000000023107645a7d6d95de5416451d11d5d66f91efdb52fb37b02979 32 0.02 vMB 153
224,211 224,211 00000000000003aa75627e89fa2de217e7e0247abd64bb05f1d1707d01321be8 196 0.12 vMB 143
224,210 224,210 000000000000030fb986560dc703912c5ec777d7c4e59e58b96204dfe8126c29 256 0.08 vMB 286
224,209 224,209 00000000000000b40bb02585100cfbefd8f84aaab42fbc492e39419f2ac2a713 230 0.13 vMB 72
224,208 224,208 000000000000007010efcdbf45118909c6808035d95ad1d4c651d928c9afd095 594 0.25 vMB 192
224,207 224,207 0000000000000042f3d5daff58519a45a7f8afb45046d9b0e6854ab8757720cd 537 0.25 vMB 192
224,206 224,206 00000000000003c9c187eb05cd502115a03e1eb949327127e072dc6ce4e6dbc6 347 0.13 vMB 206
224,205 224,205 0000000000000196d5406885a7d80a4d4d0d15942bb203312fd56584dbc438a8 328 0.27 vMB 33
224,204 224,204 0000000000000079754aece947104bfc3993b85fdd3cd3c84180493ce9397f29 91 0.05 vMB 56
224,203 224,203 000000000000015e89c7fc1ecf1f0ac10955781a6c84103d96a73fd06b6fb4a4 521 0.23 vMB 186
224,202 224,202 000000000000033a14bac5d4cb971a91757927f69adb1e9a825d7722a6dffe5d 55 0.03 vMB 95
224,201 224,201 000000000000009cfca55db9f141c5242882fe7cb54077eabf90eac0087ab978 375 0.16 vMB 191
224,200 224,200 000000000000027f8ac4f5b5f7add070ee189d7b905bf5df16d6ae92736521e3 183 0.08 vMB 126
224,199 224,199 000000000000008c5aee0df771d0788b395f79d602c4827081b2f00d0c9a480a 285 0.12 vMB 139
224,198 224,198 00000000000002a502319e582a63497887b1fcacd39973b0077c558c818f0ebe 307 0.14 vMB 159
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 11
  • Data Transfer:
    • Sent: 132.68 GB
    • Received: 0.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.