Loading Tool

Explorer IconExplorer

Memory Pool

37,591 transactions
18.21 vMB
0.14206472 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: 95.19/200 MB

Candidate Block

Mining Attempt 6f0ff5f58f001261cb15894ac121bcd6ad5f76569c37a3f59437975f6a8f0ba8
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root c985c04178c06315939100cd6a668bc783ae6091be536f499f38ad74c175b4b4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,020
Size: 1.00 vMB
Total Fees: 0.02682389 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (771,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,607 141,607 000000000000015ef0ffbc79d3ce924516a4c86b6c7290d848b6e7892d850708 7 0.00 vMB 29
141,606 141,606 000000000000005f9298efa720e8177e1501b2e9751e5e07b126af642274268c 33 0.02 vMB 270
141,605 141,605 00000000000003398cf7f927ba9434244653c135de87ad824103190c089476a5 14 0.01 vMB 37
141,604 141,604 00000000000001c83850c9e3273b2ae7bb37342510bc13c809c45b18a22aebcd 68 0.03 vMB 169
141,603 141,603 00000000000006f18d0f45bf9eedce4334cd741e79f63552f9e96b0879418222 3 0.00 vMB 0
141,602 141,602 00000000000003de854bd51869a08ce0967dcdc484c73a5e4dbb0b386834d596 5 0.00 vMB 141
141,601 141,601 00000000000006999c9d4b4dd35a5a94481121ac2d2e38bd6febacf29e865e36 147 0.04 vMB 11
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
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: 88
    • Outgoing: 10
  • Data Transfer:
    • Sent: 132.96 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.