Loading Tool

Explorer IconExplorer

Memory Pool

33,168 transactions
27.70 vMB
0.08707468 BTC
Random Selection Loading Transactions
Max Size: 151.01/200 MB

Candidate Block

Mining Attempt 3a1a0ea89a5d41bed68f5fe4d6a9ebd70dc7d9dac77204c84c1adf42547a8c05
Version 20000000
Previous Block 00000000000000000000fde2930bb0f4486d3ad4dd04ab69b05161e74bc76042
Merkle Root 8443b66d3737cd4ed2825d2162961d71453f80a94713db877972e884217c0ad9
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.04646403 BTC
Feerates: 318.30 > 4.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,020 (3,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
936,514 936,514 0000000000000000000219dcd2df6736a399d4022e393721adb43954ccabcb34 764 0.99/1.00 vMB 0
936,513 936,513 000000000000000000002068554575edd413e53d74ab5729ebef61f2df501c9e 2,648 0.99/1.00 vMB 0
936,512 936,512 00000000000000000001cb84036f6f14af9b6b3dfbe9bd82ba3c661b65fa61ce 5,921 1.00/1.00 vMB 0
936,511 936,511 0000000000000000000222c4ff88dc74fb21daa72d326bbcabb2b97413dacb7a 4,948 1.00/1.00 vMB 0
936,510 936,510 00000000000000000001514ee4c580dd3b70cb550847d0c6ad26b7bc87c3d324 6,611 1.00/1.00 vMB 0
936,509 936,509 000000000000000000007b5c1ecd945b21980fab290fac73419e5e486bd9e350 5,650 1.00/1.00 vMB 0
936,508 936,508 0000000000000000000075e2dbbb622f6c5248b003c0655e13af721fb8a48ff2 3,344 1.00/1.00 vMB 1
936,507 936,507 000000000000000000021ba37f833e9803a53952617e72e0f53f4bd47df5602e 3,459 1.00/1.00 vMB 2
936,506 936,506 00000000000000000000346bfd03731a53c966383aefc3dda6d228327df8ed2b 1,559 1.00/1.00 vMB 0
936,505 936,505 000000000000000000013b045599e0220d0b4eb48c53d6cbb7775d45fe817911 436 1.00/1.00 vMB 0
936,504 936,504 00000000000000000001beb64f2ef7c95ed9667a21fe6d4d03ac2a1f854f1194 2,531 1.00/1.00 vMB 1
936,503 936,503 00000000000000000001b2be8ae7cbcb8224743e9a173b704f9c11554c85cb4c 1,028 1.00/1.00 vMB 0
936,502 936,502 0000000000000000000138c15fdfbc496178fe72971743588fc03ed476720da5 433 0.14/1.00 vMB 2
936,501 936,501 0000000000000000000062743a91cdfcd3368dbf80b169a07bf74d8f47bc67dc 1,672 1.00/1.00 vMB 0
936,500 936,500 00000000000000000000b7da5bacb0f84ee3f3d7222ffec0677e6e8c37591a62 2,574 0.78/1.00 vMB 3
936,499 936,499 000000000000000000006bc6a41f2e77b8cc2c6ad6fd07835684a82e1b6aedac 2,311 1.00/1.00 vMB 1
936,498 936,498 000000000000000000014cce3349adbd70b02f3ae8d3cbdd8d263d1a3a6ee3cc 3,377 1.00/1.00 vMB 1
936,497 936,497 00000000000000000001b68504fcbc88c0fd09679023135c2c881227b67f1aaa 4,098 1.00/1.00 vMB 1
936,496 936,496 0000000000000000000063e8977a93a3c7eb8e30df80c11efde110b77c6c569f 2,839 1.00/1.00 vMB 2
936,495 936,495 0000000000000000000181f771115b956921194bd4beebb74bf2fbcc153ee8b0 4,760 1.00/1.00 vMB 0
936,494 936,494 00000000000000000000a0878650e612948299c224283d6fe36d40e23a7b973b 3,122 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.75 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: 4,425.09 GB
    • Received: 239.64 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.