Loading Tool

Explorer IconExplorer

Memory Pool

81,415 transactions
29.81 vMB
0.13019388 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt ec71780e9022633d0ee7b2a9ab1176b7691de8e0f40cac2317ed364bb8f87225
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root f2bdcb0286faa791808453b65bcf3265f257a6048b5416ce782040bd0ad178e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,764
Size: 1.00 vMB
Total Fees: 0.06222124 BTC
Feerates: 151.07 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (899,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,605 15,605 0000000023934427623b0842ca8b9580b3ff21da1baf71b9fd5e52026cef4a62 1 0.00/1.00 vMB 0
15,604 15,604 000000004b308765ecadc411dfad03b2407cc4fd4e59cee06f44ce016dc2b669 1 0.00/1.00 vMB 0
15,603 15,603 000000003a64fd7807510b076d94b4c2b6e09ebd12a20d3f1f4117c804772717 1 0.00/1.00 vMB 0
15,602 15,602 0000000069e8fd67bf12ac65559186a5bfb815f8d550101d51f945ce5073ab08 1 0.00/1.00 vMB 0
15,601 15,601 00000000e15683b663c37efd5c87ddb98851ada5dbf096b9929f0fa45a72298d 1 0.00/1.00 vMB 0
15,600 15,600 000000002f531045360bb2f0ddd20e04e0615d712cd17e4c615b298ed14c0536 1 0.00/1.00 vMB 0
15,599 15,599 0000000010e4ce799db20b44822e117e1f8327e6213a48cf092955dc9077caeb 1 0.00/1.00 vMB 0
15,598 15,598 00000000ccfdc131cbc68390cc9b56807933e1085877071ae06241f1928d53c9 1 0.00/1.00 vMB 0
15,597 15,597 0000000020879a2a0c7616daaf5366e766dd424c2148fd279aa31bdc9fc38ad6 1 0.00/1.00 vMB 0
15,596 15,596 00000000245f24dc6ae2c911be81ad30cd174dbe61072bed02714ec15c63f663 1 0.00/1.00 vMB 0
15,595 15,595 000000008c52b2b0680a270fc2670f3d2ac20744d36f45f23a9bf2375ede2e33 1 0.00/1.00 vMB 0
15,594 15,594 000000008f49f15630eca93bac47203161a9e39e9e88d347e50b56261b60c836 1 0.00/1.00 vMB 0
15,593 15,593 000000000d9a15097bd9ca4d9d6c1d0909b4f3db4370b37e9ad6c76dc6b0e1ab 1 0.00/1.00 vMB 0
15,592 15,592 000000005d942f02e9005ad88a7c14a41e2ce3fd9433df52b007ccd12ff00d45 1 0.00/1.00 vMB 0
15,591 15,591 000000007209c5e03cc86ea771c85ab04846e79effb1436ee0374b7f8f631473 1 0.00/1.00 vMB 0
15,590 15,590 00000000705aba7f7eb7fbaeef475de789ab8debf1435d1cbca2013a92cbd774 1 0.00/1.00 vMB 0
15,589 15,589 000000005f519c0f9f50e3d9a3e7626e9e3f99aedb921674a7a8bee90256fa58 1 0.00/1.00 vMB 0
15,588 15,588 000000002dbf770cd843885b92ee4028775d6842dca9c9044927526b2b4e9899 1 0.00/1.00 vMB 0
15,587 15,587 00000000c9e3a6283397781303d0708ba4cb8d5481cf7f3cfac1bb26a07b2cb0 1 0.00/1.00 vMB 0
15,586 15,586 00000000dbeb9a56d0ccb7cf4f2c71385ca10db60d345fcc126f6ee759ff2951 1 0.00/1.00 vMB 0
15,585 15,585 00000000c2131083e4ae450239b854ea61ee6fe20cd0a81e8a23f7a8654d1302 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.67 GB
    • Received: 15.98 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.