Loading Tool

Explorer IconExplorer

Memory Pool

51,708 transactions
29.32 vMB
0.08146409 BTC
Random Selection Loading Transactions
Max Size: 158.63/200 MB

Candidate Block

Mining Attempt 5c72e91b9a070a8fecfcfaf45abc046294d64a1d20548931c135c115b1e0e2f1
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root bacd5ea8bf480e5076bc3fa91edbabf6daa1ce5679fd1e74aedc5ac86f3fa319
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,165
Size: 1.00 vMB
Total Fees: 0.02526481 BTC
Feerates: 173.90 > 2.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (589,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,488 325,488 00000000000000000786986a655e13013611be956653b3c10f2140ee84ad91bb 502 0.40/1.00 vMB 28
325,487 325,487 000000000000000013bfce80253bd51e385fe743eb1a176184b3772d790ff7f5 1 0.00/1.00 vMB 0
325,486 325,486 00000000000000000b9a995d7a7e7cbed73db3428a3cb2c87dcd2ebe3da82985 732 0.35/1.00 vMB 33
325,485 325,485 0000000000000000174495b1ddac12e372ba7dba658ef24f78c17cbcd6d20094 84 0.06/1.00 vMB 31
325,484 325,484 00000000000000000f9915e88ab75bb50b2c6c08ae90f9896a72bbe5cf6495cc 90 0.05/1.00 vMB 15
325,483 325,483 0000000000000000119c184acdd31f1d6047218ac8f0aac421536b3c72c0a30c 309 0.18/1.00 vMB 26
325,482 325,482 00000000000000001457ee05a3b744e983d19c35c34dcde6ee30e9d839a28828 323 0.16/1.00 vMB 33
325,481 325,481 0000000000000000089dd91643f151da8b5aa1553b10940411f90d0afab2f8f7 1,346 0.70/1.00 vMB 30
325,480 325,480 000000000000000015c5dd125f267674a325a54f74eaef7fa4fb1891dd28a2f5 267 0.16/1.00 vMB 18
325,479 325,479 0000000000000000040d4bc7c35f9bea3ce048b6dac249f3d2ea24626f00b05a 975 0.61/1.00 vMB 25
325,478 325,478 00000000000000001892ee2c055cc8e0ee766d402203320a7dce8feabcc3b1fe 448 0.39/1.00 vMB 17
325,477 325,477 00000000000000001e94ac46e307a8c865b7585c55406c4cf0ea51d4e1879cfb 2,049 1.00/1.00 vMB 31
325,476 325,476 000000000000000019e75ca8667f175b61a41ad950d15b61d83d3faf1a128f94 246 0.13/1.00 vMB 31
325,475 325,475 00000000000000001f210d4090211354cf0006000a59b90e3a9b881724b9d338 688 0.40/1.00 vMB 24
325,474 325,474 000000000000000010bab9682283edcc28bdb6c3e27b4f121bc95efe832dbe2e 1,257 0.69/1.00 vMB 29
325,473 325,473 00000000000000001e5fd18a1fcd2b0e13ed98b00c0698ec637d0f05c4a6e5d2 371 0.17/1.00 vMB 33
325,472 325,472 0000000000000000086d74e31ee21f45a647f019087e413a7b3873e0e991848a 814 0.48/1.00 vMB 28
325,471 325,471 00000000000000000982a40adbd95ccd9445914003fb9f15d1d65fe535774d4d 472 0.26/1.00 vMB 29
325,470 325,470 00000000000000000847892bccb4f59b27318551b01c595c06800ecbf4ba9c6b 498 0.29/1.00 vMB 28
325,469 325,469 00000000000000001957a3aa060cbae055fd0b4a2405ebf2f03bb79a2a36b948 1,061 0.75/1.00 vMB 28
325,468 325,468 00000000000000000daf0776ee31497b0a5f5f4e58b4af037c578e816b3bcc9d 1,625 0.75/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.