Loading Tool

Explorer IconExplorer

Memory Pool

76,313 transactions
28.45 vMB
0.06699448 BTC
Random Selection Loading Transactions
Max Size: 172.45/200 MB

Candidate Block

Mining Attempt 5966272a7be1126e28d6f745538f2ec7c708ee99504c1c17a575ffa4a172a6d7
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 047edd1c3d9ab361ce924be6c28f51a636be5df54704f7eb90327e039853b9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00778902 BTC
Feerates: 78.13 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (536,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,159 379,159 000000000000000008b0f285a44595baf4fb02011e05e7f4316edae0729d88a3 1,027 0.52/1.00 vMB 31
379,158 379,158 000000000000000000effaf9f36b3e02fd41e0e633fd3d086bd4b4d12aa71aab 250 0.75/1.00 vMB 2
379,157 379,157 0000000000000000044dd71da9a0eeddbbc979b8fe50f11a7426385cbfda75e6 977 0.51/1.00 vMB 43
379,156 379,156 00000000000000000ff5ea03c9b9b6f5e88d238024275748c6b131da68d50af7 255 0.15/1.00 vMB 22
379,155 379,155 00000000000000000aeedd1b6ed8ff5c3a0bbfb4f203712730742f47a2553f6c 810 0.46/1.00 vMB 31
379,154 379,154 000000000000000003109556554520a54b9c81fc9e31ba4e0f54cf461e2ef160 414 0.26/1.00 vMB 19
379,153 379,153 0000000000000000071417de796933490914f9f1cc3fdfb4bb203ffa47e58cf1 273 0.26/1.00 vMB 18
379,152 379,152 000000000000000005c876faebe7a298fef332cb091a8751c466e64772c0b0be 1,048 0.75/1.00 vMB 25
379,151 379,151 00000000000000000d2527075c7715ddc4989bc00cc67ce8f4ba975a20fd1ad4 2,065 1.00/1.00 vMB 29
379,150 379,150 000000000000000005ac479d3173a9dfa5eee4eebc89ea9a9c12323e8bbb32f1 2,403 0.75/1.00 vMB 61
379,149 379,149 0000000000000000109f4221f3cb5944e4b1c5b9304e7082619b3b957128798e 49 0.25/1.00 vMB 2
379,148 379,148 00000000000000000b98a5531ea300cacc2b61b56d3fc5d7fafd021258e5e6a8 244 0.25/1.00 vMB 17
379,147 379,147 00000000000000000e18531296a921a9d8750ea25d5af5ea289cd3f67f1bd64c 1,424 0.76/1.00 vMB 33
379,146 379,146 00000000000000000cd1138405cc8a27f51884b312726170fefc654ecd09f1e4 388 0.25/1.00 vMB 19
379,145 379,145 00000000000000000cab6017d7f80436fd861e7105e86a8add58fb647ba2f5f9 527 0.27/1.00 vMB 32
379,144 379,144 00000000000000000835494810bb8316fe5f8e1086edad56ef29f9453b7e1abd 192 0.13/1.00 vMB 18
379,143 379,143 0000000000000000085277b59bf92b1ca9e7984c7b2b462b4f1acb32508bfe9d 505 0.26/1.00 vMB 35
379,142 379,142 00000000000000001206c7ef59824ff5db5f4ff6a134a914fd6993d44a771c5d 196 0.19/1.00 vMB 18
379,141 379,141 0000000000000000108a1da6e54a5d9fcb6219388dc9225ea0863cb97caab4c6 2,102 1.00/1.00 vMB 41
379,140 379,140 00000000000000000316b101000c7b85bea90fe5df95861b7db79d9c2b181242 40 0.06/1.00 vMB 6
379,139 379,139 00000000000000000e1888c7faea910ee26d8f7a601c3dedd95a4149df0d87ca 1,540 0.72/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.