Loading Tool

Explorer IconExplorer

Memory Pool

75,014 transactions
27.79 vMB
0.07801538 BTC
Random Selection Loading Transactions
Max Size: 168.91/200 MB

Candidate Block

Mining Attempt 035d4fba797e992662fa90d01762dbab63c195d93c1783a0cd4c2a24e03da188
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 38ae0674e8780220722b65386426d58c740c0985f18d802a9a48b7aad64edde5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,240
Size: 1.00 vMB
Total Fees: 0.01850546 BTC
Feerates: 472.31 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (255,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,962 659,962 0000000000000000000a49af77c4d69840308acd0f21c297d0dec9197a0cfdf8 2,399 1.00/1.00 vMB 41
659,961 659,961 0000000000000000000b6505da98dcd186fda4663303e2fd1dda1ca5dd3290b3 2,040 1.00/1.00 vMB 32
659,960 659,960 0000000000000000000bf3916dc082afe857752533befab15d67f335204ffa92 2,885 1.00/1.00 vMB 76
659,959 659,959 0000000000000000000d1b248f54906c652e3a07ca8ad71ce9eda7bbd6e37426 2,192 1.00/1.00 vMB 58
659,958 659,958 00000000000000000001503f95e6420ed8ba4f76b2a2f01b898794b66a506fcb 2,639 1.00/1.00 vMB 70
659,957 659,957 000000000000000000017ea9d1a7e6c84f2cc6eae3ec50b615c9b6e3a244307e 2,527 1.00/1.00 vMB 64
659,956 659,956 0000000000000000000524566dc72222f8e54d0c9f90903c61992bab457e9ab5 1,705 1.00/1.00 vMB 121
659,955 659,955 0000000000000000000709c378e6eee9b99383a3785f4f10b35b1a9ef9a96d5e 1,897 1.00/1.00 vMB 82
659,954 659,954 0000000000000000000e72b047371d5b106d73c8e4dd931a2f07aa0d4afcb860 218 1.00/1.00 vMB 55
659,953 659,953 0000000000000000000cae0dda31c54b21bc849e0ec731382a24f8809a07d1cb 1,987 1.00/1.00 vMB 80
659,952 659,952 0000000000000000000df9a8e06d59b531e15e1f2c10299b320ae74efda11bab 903 1.00/1.00 vMB 68
659,951 659,951 00000000000000000000daa595b3bccb5f2d504837019533fc738f882bbdcaaa 2,907 1.00/1.00 vMB 61
659,950 659,950 00000000000000000005f93d71b1b0aede19d10ad536c7ddc2c688803c76869e 2,698 1.00/1.00 vMB 95
659,949 659,949 0000000000000000000da4a039acf6ee65a179da5dacfa40dafb2c7ac1798c39 3,011 1.00/1.00 vMB 87
659,948 659,948 00000000000000000005a5a1f61a165558f3dae520c1b336cdcec83838affd4f 2,846 1.00/1.00 vMB 64
659,947 659,947 000000000000000000090ed6d831bb8c26c0a968d70f5f91bd53903b2d5bc5c1 2,609 1.00/1.00 vMB 123
659,946 659,946 0000000000000000000a9c670be6600e7efaa249ace2e65ba4e2260e9a40fdb0 3,268 1.00/1.00 vMB 73
659,945 659,945 00000000000000000003af83a33686d0ad74e2f758d98ee5f1b0e5b585dba9be 3,009 1.00/1.00 vMB 118
659,944 659,944 000000000000000000084bc0046469f998ea89db552fc8d024e150011137f24a 3,040 1.00/1.00 vMB 106
659,943 659,943 000000000000000000052c7c71438b189f3abc612ab8262189245c992163b62f 1,710 1.00/1.00 vMB 113
659,942 659,942 0000000000000000000b0b8cd3308d066bded9a94d8495e5739657682e4783af 2,713 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.