Loading Tool

Explorer IconExplorer

Memory Pool

87,595 transactions
32.09 vMB
0.14222163 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt 3ae776bf19dc2ff0ab04356cc8111cada0d7b2ab3b576ab4781f41442a25a691
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 242f6d25461ec1d954733f28c3e78bd6e08ef03d22fd43d90013023b2e0725ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05194848 BTC
Feerates: 911.92 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (439,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,685 475,685 000000000000000001522e81df10ae4b1d492ef5cdccadc46354a9d9ce227bea 2,330 1.00/1.00 vMB 75
475,684 475,684 000000000000000000c006dcf239aa451506b3a47d420dc77bebae53a0b53c9b 2,263 1.00/1.00 vMB 199
475,683 475,683 0000000000000000014f9911ed134b9faf4ec1061236590ff4920fafbab9bdb7 2,074 1.00/1.00 vMB 256
475,682 475,682 000000000000000001279af6a10621aa79358445cb4572aa7b58bf8a14fb5a73 2,334 1.00/1.00 vMB 106
475,681 475,681 000000000000000000183b429e4b9faf6a2d0ddb02814e809ce2625913b1b476 1,505 1.00/1.00 vMB 230
475,680 475,680 0000000000000000015d62bd4c760955f52a58c81cd05e6d5f13a37ce629dee7 1,920 1.00/1.00 vMB 206
475,679 475,679 0000000000000000015b70afff57348c99f598974953d0457cec475fdb21609a 2,032 1.00/1.00 vMB 241
475,678 475,678 0000000000000000017cef1583464c6436329467cc1fa532792b8d942041ee8f 2,314 1.00/1.00 vMB 192
475,677 475,677 000000000000000000d729aef41b7ef699e0e60aa036dc85416b7a518a79839d 2,273 1.00/1.00 vMB 191
475,676 475,676 0000000000000000014a2873d28cffaaabf0eebd5e0a63f297e0f6ce8f57c884 2,231 1.00/1.00 vMB 129
475,675 475,675 0000000000000000006c40aa0d80ea24ee87763307606c20372d5fad453c04a6 2,466 1.00/1.00 vMB 182
475,674 475,674 0000000000000000008a8fbefab7ffa18653fb0c9faa1ad5fc77b40e6738a9da 2,023 1.00/1.00 vMB 246
475,673 475,673 000000000000000000884e178a1863c3541549e8dd2b6dfdca2649fb1afccc7a 2,008 1.00/1.00 vMB 228
475,672 475,672 000000000000000000ae2eeef3fb5afc45cdb75183cbb0dd7994abf06e48da98 2,462 1.00/1.00 vMB 167
475,671 475,671 000000000000000000b01ebe99d74d4205f2ed156c09bc37aa7c97151cedf593 1,957 0.99/1.00 vMB 161
475,670 475,670 00000000000000000135763c1ce7cf0b90592dab400a2a79fe06d1929b912d2f 1,839 1.00/1.00 vMB 231
475,669 475,669 0000000000000000001be5609f0e8115d29395aac5bfe6c81db1ecba095d06ec 2,373 1.00/1.00 vMB 236
475,668 475,668 0000000000000000009cb11ccf963f3ada6cc0a052ac7ad963ab8051f05af714 2,346 1.00/1.00 vMB 279
475,667 475,667 000000000000000000e01f3f3ebe374470401a557839995fbe6abddb22a501fc 1,997 1.00/1.00 vMB 191
475,666 475,666 0000000000000000004d7d3c3e622f4d003b5bf28d2efd7e490274fa99eebf9a 1,797 1.00/1.00 vMB 205
475,665 475,665 0000000000000000007a8d6b6419e637017f29d48f72616eb9a8c5f94710bf9f 1,740 1.00/1.00 vMB 269
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.