Loading Tool

Explorer IconExplorer

Memory Pool

44,367 transactions
26.62 vMB
0.06283447 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt 120a827637f1f1e4ece61356495e28cfb6dea0bcc7b5f1a0a3e66d37dc7fc9cd
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 1a3bb202df562f8fb12751a4ef95165f56f791e5022e9d59132ddd48d8656c2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01383588 BTC
Feerates: 83.62 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (389,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,960 524,960 0000000000000000003345e97f34769c61e9135ec3b183465626043ea1b82be0 1,205 0.83/1.00 vMB 5
524,959 524,959 0000000000000000002fa1c02e93923f9ca3308372191778a2ef3f45656c94e1 2,543 1.00/1.00 vMB 25
524,958 524,958 00000000000000000026180d943be62ffc994b06e21d75ae3ec794552a6efa35 2,197 1.00/1.00 vMB 67
524,957 524,957 00000000000000000020ac808f8f9ff9c1e2fe5b8c2b5877fd772dbe5d18d51c 18 0.00/1.00 vMB 16
524,956 524,956 00000000000000000010f0d353faa6f6a3ddbff399c3956fc6ee7e2fff60aac5 1,351 0.55/1.00 vMB 26
524,955 524,955 000000000000000000082e0e21664d3f1bc7697b596a716ba79cb2c5f298a266 493 0.23/1.00 vMB 31
524,954 524,954 00000000000000000002e8852490baab9e50311808d200fe223d09b2f2fa3ac4 351 0.17/1.00 vMB 16
524,953 524,953 0000000000000000000b333cc01f97ecb40815d938264fdfaac13680a7cf1a39 262 0.09/1.00 vMB 25
524,952 524,952 00000000000000000003f6e5885dde7bf4fcb532647c36b259cd311e71eaffc6 1,395 0.62/1.00 vMB 23
524,951 524,951 00000000000000000004a44612c26afd6a413cd486efda2a3538442bb22e24d8 1,108 0.53/1.00 vMB 22
524,950 524,950 00000000000000000023d255b8668f77d94816239f6cf302439dea7484973d23 1,667 0.76/1.00 vMB 20
524,949 524,949 00000000000000000039727f6d5a3c1ab011714a7a50de7152c7bcc58bbbedd2 742 0.59/1.00 vMB 52
524,948 524,948 0000000000000000000e2b8acb5b9d35308b9f2601f67de1eac730fcd8be0f58 854 0.37/1.00 vMB 18
524,947 524,947 0000000000000000002c2e045201af5f80d6541ccf07d0fc3346cf2d0b03fa81 817 0.36/1.00 vMB 11
524,946 524,946 00000000000000000029a217217bc3d7ce6aa8017f6b4d01e54f71dc4e920e49 408 0.33/1.00 vMB 7
524,945 524,945 000000000000000000360b1f7b3970794e1fb06f47fcca72c4e5d92d8679a26d 2,219 1.00/1.00 vMB 37
524,944 524,944 000000000000000000050bacc8534c5eac37ff1a21bfadb0b6c6ddca47d57d8d 104 0.08/1.00 vMB 8
524,943 524,943 000000000000000000186e9ba6d2a5cc0ac77da1904f7316d48c322d8187255f 258 0.14/1.00 vMB 17
524,942 524,942 0000000000000000001eec50665d41cd79f9d666ed6371fa1d3436ac1240784e 368 0.23/1.00 vMB 10
524,941 524,941 0000000000000000003a2abda74aeb2100e387230076e1c8781a34dd5689c76e 218 0.07/1.00 vMB 25
524,940 524,940 0000000000000000001a25cad31d703022326b3c583f4af4a1986778927e4370 364 0.22/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.