Loading Tool

Explorer IconExplorer

Memory Pool

85,823 transactions
31.99 vMB
0.21222335 BTC
Random Selection Loading Transactions
Max Size: 191.33/200 MB

Candidate Block

Mining Attempt 209b594910ddcfbbb185db44354468a3668110ab4e44031a44c0da9b27e0b0cf
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 063c502d22d3cc838da11aa297e63fb859ff3a81566ad29a623bdb965fe28687
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.09576815 BTC
Feerates: 529.10 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (301,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,292 613,292 0000000000000000000fef2b0da3ac490544aab21998af2bee844318f2f42090 2,803 1.00/1.00 vMB 19
613,291 613,291 0000000000000000000a8805b6f1c304e58c07a248b34cd3dc2a56c4b4c832e1 2,903 1.00/1.00 vMB 35
613,290 613,290 00000000000000000010e4d3de9d8a0dcf82a06652f1670d4f7e13a231a721ab 2,724 1.00/1.00 vMB 18
613,289 613,289 000000000000000000002e9f378a58c9ec07edb1704e0bf4f6760f6cb6c4e0f4 3,282 1.00/1.00 vMB 33
613,288 613,288 00000000000000000000bcbd30014a6085b119cd5be8585ddf3c7f818f5766bb 3,191 1.00/1.00 vMB 32
613,287 613,287 000000000000000000093978455f87ca8defafd249613bdba2c032d4e3244f72 3,503 1.00/1.00 vMB 32
613,286 613,286 0000000000000000000fe17b0c783eedf58fce43793dd1eb78f4a68c1db0ca47 2,738 1.00/1.00 vMB 31
613,285 613,285 000000000000000000003dc4452c5376eaffbdae254609f38bda6a9e1d634139 3,125 1.00/1.00 vMB 29
613,284 613,284 00000000000000000005292d6f06d7b796bbc521b1edd55c600c0d7fc3e8c526 2,346 1.00/1.00 vMB 18
613,283 613,283 000000000000000000113b98d4456e78c7ec9e327f96ecb9d8cd0f9a6ed672cb 1,645 1.00/1.00 vMB 22
613,282 613,282 000000000000000000044ec7959a35301c2ecff751109cdce5dff539ac72f950 2,869 1.00/1.00 vMB 40
613,281 613,281 000000000000000000068b35b744403f8748e1be5fc690413818e4f390688252 1,926 1.00/1.00 vMB 15
613,280 613,280 00000000000000000009633e6082cefb32cd24b9ae28920e3182dd34c8abd84d 2,143 1.00/1.00 vMB 21
613,279 613,279 0000000000000000000e28a73c8dd0a5f20b5543cd472887a67d706b820c5852 1,168 1.00/1.00 vMB 11
613,278 613,278 000000000000000000010fd3c390804ff52ab6fb396d7b90e5febdd6de89f521 2,149 1.00/1.00 vMB 15
613,277 613,277 00000000000000000010c1c87fa763e68edbda701ba8fcab0bd8f148929bf4a1 2,550 1.00/1.00 vMB 22
613,276 613,276 000000000000000000088215dfe111890bfd2dba53f7e301a1409cf5c03c7c36 1,754 1.00/1.00 vMB 40
613,275 613,275 0000000000000000000d2aa2ca366cf2412c97c2865d130fda9a133a8df21f72 1,055 1.00/1.00 vMB 80
613,274 613,274 00000000000000000006c92d87467fb3882c4566c8913523d1897a5b18ae10c7 1,961 0.59/1.00 vMB 17
613,273 613,273 00000000000000000000ded97dbec9e39e5de3f21e01f882a016cd0e77c0d720 1,426 0.89/1.00 vMB 5
613,272 613,272 000000000000000000074e7bbd7c84ecf9996a7aa15de1ab83e446b50778e6f5 2,407 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

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