Loading Tool

Explorer IconExplorer

Memory Pool

81,562 transactions
31.86 vMB
0.07951768 BTC
Random Selection Loading Transactions
Max Size: 192.10/200 MB

Candidate Block

Mining Attempt b54431242240ee6d0c25d4ea0439e2eeef7f0ff401017bf10b94ebf875f3f9ad
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 3f596376876c948a7c0a2e2d75e9e75a01630dd8d84503075b407e3d1906c802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.00969363 BTC
Feerates: 15.96 > 0.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (238,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,517 676,517 000000000000000000019318b7eccb1ccc7468f3a7c0c9dc64d48b86bb35bd55 2,417 1.00/1.00 vMB 53
676,516 676,516 00000000000000000001c09e9083a9572a89ee9d025166701c72a6ee4e5e8de5 2,505 1.00/1.00 vMB 30
676,515 676,515 00000000000000000003e9ba8352659af25cdbcb2a398e3b72907a4b21522302 2,471 1.00/1.00 vMB 68
676,514 676,514 0000000000000000000a9fd531f10812b7b0252f6bef4da897de3bf5ebcae7f6 2,238 1.00/1.00 vMB 54
676,513 676,513 0000000000000000000c9454f4122b9eed8072ba9fe96e2c6658d347dd8de009 2,104 1.00/1.00 vMB 37
676,512 676,512 0000000000000000000081ed84e176fbe8224ca841ba033481936f67a1f1d9c5 1,288 1.00/1.00 vMB 25
676,511 676,511 0000000000000000000288b8ff2f5ac9052513b446cee6787a1d9a6efc1e62f2 1,441 1.00/1.00 vMB 33
676,510 676,510 0000000000000000000a12cb686e9a4db62a944769c635425ed4ead9d72dcd90 1,664 1.00/1.00 vMB 22
676,509 676,509 00000000000000000009bd7175606dd2d6780efd9292781e3be0803a40d6d559 1,323 1.00/1.00 vMB 70
676,508 676,508 0000000000000000000b8b6b4ca2520dbddaffb70a22554021136fa4809ab96f 582 1.00/1.00 vMB 19
676,507 676,507 0000000000000000000cb24d7d950db3bc6b4127f9c242123519f4551aaabbb6 1,902 1.00/1.00 vMB 46
676,506 676,506 0000000000000000000b2c9e31884d212e59ab572db114832c222c493c777094 458 1.00/1.00 vMB 13
676,505 676,505 00000000000000000009838752079f703504a97d9f66781070bec0b5c6704f97 780 1.00/1.00 vMB 14
676,504 676,504 000000000000000000011e120a5ac511029e66c581ebff88fb20a61b42c228d7 1,267 1.00/1.00 vMB 27
676,503 676,503 0000000000000000000469966dad324967d3cf47cf654c966e4affb707314dac 743 1.00/1.00 vMB 15
676,502 676,502 00000000000000000004e3097facde32a4b60093a5bb0b3915c857b5d42aa072 1,242 1.00/1.00 vMB 27
676,501 676,501 000000000000000000038c579d1ab7822187ae7a5b07e2e7ab7b5a8ab5485da4 278 1.00/1.00 vMB 9
676,500 676,500 00000000000000000000d907470f8b001340a7e36838b907dd647e1b0bfbfcc5 2,103 1.00/1.00 vMB 36
676,499 676,499 00000000000000000009868fbf6320c1c7e31b8e4d47178e4dcc0f5b0f0e68fe 1,313 1.00/1.00 vMB 23
676,498 676,498 00000000000000000008b6021f28c4d3533808a2f3e0854936826901d740628b 639 1.00/1.00 vMB 18
676,497 676,497 00000000000000000006b2d8f97cc695dfb0f9e7e73a675ba234b945df942cb7 1,424 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.