Loading Tool

Explorer IconExplorer

Memory Pool

27,294 transactions
13.70 vMB
0.13791039 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.86/200 MB

Candidate Block

Mining Attempt a3f04531da911277e1433b6a5f24922bcc6e96fc68334b66c029f154264e42ae
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root 5b23ddf609ff19d2d7626b085ce1c9b95c098442a44635852e121eacad990200
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.08645754 BTC
Median Feerate: 3.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (771,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,600 141,600 000000000000065c61b62aa25f3119091f4c51530b8c41ee6ec9ec75a85f5652 24 0.01 vMB 151
141,599 141,599 00000000000008294ba64ffbac46ac8d76aa0c8ecdfe228a0bb2f0eb91c5b537 20 0.01 vMB 979
141,598 141,598 000000000000073a38a847f9f05d17dffd7decd1350e9c2b22e53310c87653bd 93 0.05 vMB 62
141,597 141,597 00000000000004a03d93a7fe4ba50ea76ad31260eaabd68bf69f4b7c8ce3093e 124 0.07 vMB 243
141,596 141,596 000000000000013bc2bba3606a2053c14ba975522f1604de6762b678c3164c86 32 0.02 vMB 82
141,595 141,595 00000000000005f360613a0d6ae75f58de1bfa17e00e6e71816b8d8fd81d4214 34 0.02 vMB 220
141,594 141,594 0000000000000351566a269df05fdb42663e7930ec49545fffa6f5c72e920a61 2 0.00 vMB 0
141,593 141,593 000000000000072baf86d090f14e95492c0b570de5ff72cdbc358bbcf24f3610 7 0.00 vMB 78
141,592 141,592 00000000000008d03942aa53793b54f64e2ef965923b96ce4c2b702c96fd38b6 8 0.01 vMB 30
141,591 141,591 0000000000000249fa80950e69e17e76dfe92ffde1731754b62724b76e93b533 93 0.03 vMB 27
141,590 141,590 0000000000000460eece1e60f22fcaab28c82e7894903e5d7b4c4a6526c8780b 29 0.02 vMB 321
141,589 141,589 00000000000001bff1ab28c442c531c40621df927f98df01bfc96feed0948e5d 53 0.03 vMB 104
141,588 141,588 000000000000073f84795a86bdaa9fdaee6b8b4a7776b00501310acafd0442e4 46 0.02 vMB 146
141,587 141,587 00000000000002ff7869820912bfb7bb544319901230535290884b8975d1b638 118 0.05 vMB 107
141,586 141,586 000000000000008fab57df4efd11b464a651d9c68a9bdd124608aef2f10150ac 33 0.02 vMB 36
141,585 141,585 00000000000007cae7a782a4c00bbc3d5d337c2f4e32c28d0ddb6de7639c7904 51 0.02 vMB 170
141,584 141,584 00000000000007137f4969b2a4c6c16947d48e6bd7675046d31005f37e123a51 114 0.05 vMB 264
141,583 141,583 00000000000003e455ba626b11302984a00d049ab04ab84bbe9263d8d70c3b8b 18 0.02 vMB 103
141,582 141,582 0000000000000701ff4f57a6fe11f9c90cc78abf3a6dc96cf6e837be13389092 84 0.04 vMB 196
141,581 141,581 00000000000007a837d471d0cf045e40e2489e74308b6dfa65f5997519e98dac 100 0.03 vMB 6
141,580 141,580 00000000000007a060754820a58c0bb5cd5c9f9a4f09d11102d15f9e55933aa8 12 0.00 vMB 831
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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