Loading Tool

Explorer IconExplorer

Memory Pool

42,180 transactions
18.45 vMB
0.18864939 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.66/200 MB

Candidate Block

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

Blockchain

Blockchain Refreshing
Tip: 913,321 (715,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,427 197,427 000000000000056a5a83913138b7871a54cbff66e53323254a4a18c5f72361d2 130 0.05 vMB 167
197,426 197,426 00000000000006af7aec10bed5b461343d441a576a559644d60ef04484631897 449 0.19 vMB 133
197,425 197,425 0000000000000403f99cb97f9839fe7cd0807a4ef83e870fd8e435e2bdbeceed 141 0.12 vMB 269
197,424 197,424 00000000000004e404414d0314fe4e635e9a09cd67a318d6bd9df98cd604ffe5 334 0.12 vMB 141
197,423 197,423 00000000000004138334344a4b70eda03384e05683dde88dc789aeae81c3b55b 912 0.42 vMB 135
197,422 197,422 00000000000001bb5e846407c371415a0771682dba7c914d3d39d4ad1d15460b 108 0.05 vMB 675
197,421 197,421 00000000000001e284b03530da8a5a0fb5954c7d00906ecfb6a9cce26e986c4e 256 0.09 vMB 149
197,420 197,420 000000000000039b89c733b7cd643a72e388872afb23fc4ace3914e2579cec19 129 0.05 vMB 256
197,419 197,419 000000000000039c6bf89ac6e724b21e5355c7b744e51a94fe7802288b248292 650 0.25 vMB 155
197,418 197,418 00000000000005d344cef10cb101aa0bebf6ce8c86be0d7f904938cdec027888 128 0.05 vMB 157
197,417 197,417 000000000000055a9f0dd96d83fb9e5b2707510db771985fe411fe6cc6ddf511 451 0.20 vMB 148
197,416 197,416 00000000000004f14094edc9e3b751d48314f959f02cd673338eb1521d42f287 149 0.05 vMB 150
197,415 197,415 000000000000032de480297b0e662a1aa586d6b6fed05cd281b624dfe35c66ee 2 0.00 vMB 0
197,414 197,414 000000000000024db02bae3a594b36d6f1b503c961866bb469178bddd3e6a5e8 336 0.25 vMB 172
197,413 197,413 00000000000000474cfe1af6ecaeb8f62148af08083af24607b26d6cbf130e63 105 0.05 vMB 70
197,412 197,412 000000000000057384bcdd14ab04e3db2bb2e132debe8ff403171cc53e2084d6 77 0.05 vMB 283
197,411 197,411 000000000000067ecbf6f9560afd8da57b7bcf1530197fe9859d26ddacf44429 74 0.03 vMB 110
197,410 197,410 00000000000003c1222694b9cda324cb6a1f648f6666966d56f08b28f2e3fe25 460 0.19 vMB 175
197,409 197,409 00000000000005ede8346d7f5b92524a0a24896c76eb71b7a785b657af16624a 512 0.20 vMB 159
197,408 197,408 00000000000000592eb0a980e1d2e310826e4f166282891e59fb010f2a4ec8df 386 0.15 vMB 208
197,407 197,407 00000000000003a085e0a2835985eb03220d512078e6b2dc7fc7b3e457e7275f 316 0.25 vMB 223
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: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 115.16 GB
    • Received: 0.48 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.