Loading Tool

Explorer IconExplorer

Memory Pool

85,892 transactions
32.08 vMB
0.20749651 BTC
Random Selection Loading Transactions
Max Size: 190.64/200 MB

Candidate Block

Mining Attempt e62b30f233c0fc8151b854a830a779e9a4b92d81225164e0a7be9f620e83dabd
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 2d37db2e9dd881af95db333fa0bf62b3773bf61bd128922350f300eac643b965
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.08030274 BTC
Feerates: 301.64 > 8.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (270,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,549 644,549 000000000000000000059a6a2d8e75f9eb427719bc67b7648601ddd464bd5417 2,520 1.00/1.00 vMB 56
644,548 644,548 0000000000000000001010285cb008c0eab2ba195978769034b10a2b5aa962a4 1,978 1.00/1.00 vMB 125
644,547 644,547 0000000000000000000d6255fd50e5a949ce97dee556709c729a8c9ef21ca7ae 2,033 1.00/1.00 vMB 38
644,546 644,546 000000000000000000023647eae8fb722c0be75df5b8734b8628af47086b60bf 2,276 1.00/1.00 vMB 45
644,545 644,545 000000000000000000053cb2f1bf7b82db34a963fbb0c6b78e6fd388d03ab8d5 2,679 1.00/1.00 vMB 144
644,544 644,544 0000000000000000000cefb916cd7838530a1608016275c0209733c6df40508e 2,541 1.00/1.00 vMB 51
644,543 644,543 0000000000000000000aeaa8584fe7b8186c55d3b32e8eeaf845800ea442ad06 1 0.00/1.00 vMB 0
644,542 644,542 0000000000000000000fdca447d48331148b61f39f26a7c4065cc2fe152f5a40 3,077 1.00/1.00 vMB 142
644,541 644,541 0000000000000000000c509c04bfba847d07a86fad46a963161db608a2d71db0 2,758 1.00/1.00 vMB 53
644,540 644,540 0000000000000000000ef5279b44ba7da734d6c7adbd23bbd82eba4e9194a96d 2,818 1.00/1.00 vMB 106
644,539 644,539 0000000000000000000f689bfc2cefb354c188e0f20769aef3e2bc8b31b777ab 2,700 1.00/1.00 vMB 83
644,538 644,538 0000000000000000000173fec3225b8d773a171a1d6020a972c09bfbb116d0e5 2,666 1.00/1.00 vMB 126
644,537 644,537 000000000000000000028fcfe769b02ef44905c0c5edbb0879fc82b2148829ae 2,200 1.00/1.00 vMB 146
644,536 644,536 0000000000000000000441e841ebead57e54b5b200666c6db17485875d4667e2 3,104 1.00/1.00 vMB 89
644,535 644,535 00000000000000000002fb66ea4fe3b1622f6b1f5aeeb876aa80449b11d948ab 2,816 1.00/1.00 vMB 106
644,534 644,534 0000000000000000000076f0b7568eab7d5a2d9f8bf45aa7c2cc8e1dce217ee6 2,812 1.00/1.00 vMB 117
644,533 644,533 00000000000000000001e3c147f729e0a909faca36c0bde5e9e965a904b9632b 2,069 1.00/1.00 vMB 144
644,532 644,532 000000000000000000019309ff6a9aa97d599f0f4598dc9ecda6744e97f2cdc5 2,828 1.00/1.00 vMB 121
644,531 644,531 0000000000000000000f436d7914588f1c77d4c309d9c1cc7eca2d1156689777 2,595 1.00/1.00 vMB 149
644,530 644,530 0000000000000000000faa1672050bf24695952d91d18f6def017ce7b7f95e30 2,098 1.00/1.00 vMB 144
644,529 644,529 0000000000000000000028ca764179c96f9fbdf0c3d00c1028ed3adb405dca2d 2,602 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.65 GB
    • Received: 16.29 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.