Loading Tool

Explorer IconExplorer

Memory Pool

42,494 transactions
26.72 vMB
0.05417805 BTC
Random Selection Loading Transactions
Max Size: 140.49/200 MB

Candidate Block

Mining Attempt f99d2d840aa581c92732061d995fb118f8aaa2a3e31d7d3ea52242d42bdf18dd
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root b8d852cf01d474902848e21bbf4c528e86f76add03c2d1b5ba3b31b20cba7cb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,324
Size: 1.00 vMB
Total Fees: 0.00474943 BTC
Feerates: 40.21 > 0.48 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (237,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,286 677,286 00000000000000000001a8f5b96e2fd2cd64458c49d67aa448d69ddb97cc74eb 1,988 1.00/1.00 vMB 27
677,285 677,285 0000000000000000000402f51baf8d413730015c943f45e65f86f21ef59e7169 2,038 1.00/1.00 vMB 25
677,284 677,284 0000000000000000000cd9e32180441e36aa6a6225a78da39b70238e49dd37c2 2,087 1.00/1.00 vMB 18
677,283 677,283 00000000000000000005c0cf37c275c37ad95c17ce3015ecab1f4c98c74bd523 2,417 1.00/1.00 vMB 66
677,282 677,282 000000000000000000082c2465b9f4dfaf3ad5a4f1425e96c01dc588a2471806 1,683 1.00/1.00 vMB 27
677,281 677,281 00000000000000000007faf6089e3cb04291b4fd35f8e8b884444c39702a0479 2,761 1.00/1.00 vMB 28
677,280 677,280 00000000000000000001933086bd4ebac3fb82cae0b84157913a73e70211a6b9 2,391 1.00/1.00 vMB 28
677,279 677,279 0000000000000000000158f84ac9eb5d8301189b7494262e9cb0c29c97a55a79 3,030 1.00/1.00 vMB 72
677,278 677,278 0000000000000000000327f652d017d39b80db4d47b747166861a3a331a0f641 2,602 1.00/1.00 vMB 49
677,277 677,277 0000000000000000000905d0b980d5c5071ba84998e421d32c27db21e995752b 2,391 1.00/1.00 vMB 28
677,276 677,276 0000000000000000000600b5f0d2af3d27a4c7e624497dec001d305b89e1558a 2,402 1.00/1.00 vMB 71
677,275 677,275 00000000000000000009e6ec1b05d1bb9f445021f7b43e3437456281e33f2276 2,794 1.00/1.00 vMB 54
677,274 677,274 00000000000000000005b6ffb1a2e3d7ab23bfef93306db326c93d56784042b1 2,737 1.00/1.00 vMB 67
677,273 677,273 0000000000000000000bc594ea01ff6c78f4196d3f97530f05c2deb241fa5fa7 2,896 1.00/1.00 vMB 53
677,272 677,272 000000000000000000009b509152556497dba5c0dd382130409d4741c0462cb6 709 1.00/1.00 vMB 62
677,271 677,271 00000000000000000009c9359febf9433866f84a2270581b678f4c1a9c2c1b91 1,536 1.00/1.00 vMB 76
677,270 677,270 00000000000000000004491ad25c7fef60bbdaed4afe6282a565d659754439f2 1,869 1.00/1.00 vMB 60
677,269 677,269 00000000000000000003bd8a64f3d9d0519f537ca81eed82cdb615b632b0ffc0 2,944 1.00/1.00 vMB 77
677,268 677,268 000000000000000000042b20d3c94db56581303b0542bb467b7264cc7cfcbb63 1,817 1.00/1.00 vMB 65
677,267 677,267 00000000000000000006e2d933839426458fe8fc70d1f95edd287ff6692c704e 2,114 1.00/1.00 vMB 87
677,266 677,266 00000000000000000002b2ed74fad52fd5bf3f13173402cc3423ffecd8ef8174 2,302 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.24 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: 655.26 GB
    • Received: 14.28 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.