Loading Tool

Explorer IconExplorer

Memory Pool

41,992 transactions
18.29 vMB
0.18286829 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.02/200 MB

Candidate Block

Mining Attempt f5e5249794668f58892d8d6e98a1505e3bb73663121151c0b5fd27d1f5fdc014
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root b31111e301d4c2528536b7802886f9da1056c5dbfda0e1fe82b2381ce7548eb5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.06072076 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (662,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,503 250,503 000000000000004c804ce37e88054e9d45988e790111c9c9da314a9d212497ad 435 0.30 vMB 75
250,502 250,502 000000000000002f132822947f265bc252a8754976f8264fa201f8f94b961015 659 0.25 vMB 130
250,501 250,501 000000000000001eb527e6fb058be59f1dab66d45c651ae1cb511e61112d4489 9 0.00 vMB 25
250,500 250,500 00000000000000141dc9c0447aae40b30996475a05683a3e4d44aad4a2e25479 357 0.18 vMB 126
250,499 250,499 0000000000000010f393df2fe4c527ea54bbd9c4b811c36d2fdcb0009dcc747c 205 0.12 vMB 44
250,498 250,498 00000000000000566a39c99cb5a15eba89c7c9eac9ff545f8e0d3db7c7518132 647 0.25 vMB 142
250,497 250,497 0000000000000002d3f210d55adced648381a6698b25007eec7abe1352d3aafb 427 0.18 vMB 233
250,496 250,496 000000000000001afb68bfb74bf547e84bb3846f7666cbcf1bb86b479d039d1c 40 0.02 vMB 62
250,495 250,495 000000000000002632207a36461f2ac3feb7a11e1a0549933e4a13f3ea7b3ddc 380 0.15 vMB 152
250,494 250,494 000000000000006453c6a1aae41c14d64b13d3b396442e3a697933c627d8b067 586 0.26 vMB 86
250,493 250,493 000000000000003dcdc75f30fd1c732944fb62693ac76fc217ec142207ab6ae3 678 0.25 vMB 287
250,492 250,492 000000000000005230fa14d280d7c062baa14c1aa1179ae272ee9e008b390bbd 248 0.10 vMB 116
250,491 250,491 000000000000005f919b374d60f6be51b8661a11daed904e8d2372c16b4fa5cf 504 0.22 vMB 125
250,490 250,490 00000000000000694b6cf514313bbb0591d27ecca18e30e3d97a1a943e85d705 153 0.05 vMB 252
250,489 250,489 000000000000001f26d4d0e0539521723da5867d7375fba6dfa742ebbb02bcac 76 0.04 vMB 152
250,488 250,488 000000000000002da6cac336466ee0ab42bd96717d7109f2ddc7a5821a3d2644 180 0.08 vMB 160
250,487 250,487 0000000000000018b6b6af0c676272d669eadd7ff0a8db721bdb695474eb68ea 109 0.04 vMB 169
250,486 250,486 000000000000005552a274ebbaef0e74191785696f1d4e3a43e8de8445ee4b8e 55 0.04 vMB 75
250,485 250,485 000000000000005134a10fd461810179804dec12ff08cc92bd1bbb332685d098 62 0.02 vMB 92
250,484 250,484 000000000000002ffd2b02bbd7a84965ceb0e7655bac60c6120f7a065e2f3a29 181 0.11 vMB 53
250,483 250,483 000000000000002c08bf993bac326db60dfa1a42238a9600c7fd7600107e2d2f 643 0.25 vMB 128
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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