Loading Tool

Explorer IconExplorer

Memory Pool

38,027 transactions
27.60 vMB
0.07174853 BTC
Random Selection Loading Transactions
Max Size: 140.94/200 MB

Candidate Block

Mining Attempt 5b2205570165d747f0e8971235f0a131736d1b48b3cdb0b593d033aeb8df2a98
Version 20000000
Previous Block 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261
Merkle Root 6db3ed63dd5180806f882f12d90617d5f1fce135bccbd440ac316b3a09509ed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,256
Size: 1.00 vMB
Total Fees: 0.01812154 BTC
Feerates: 222.83 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,271 (854,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,252 60,252 000000000505eea9e972dcc67dc751c39a1258531b7f597d131ed42a3163e2b9 1 0.00/1.00 vMB 0
60,251 60,251 000000000c40d39cc8ec4ec014ff1665322fe5a6626b8f6c6ae9582781e6272f 1 0.00/1.00 vMB 0
60,250 60,250 000000000769719dc8181697ee4fcba392dff9919360fc7f8b26f18ff3c1abb5 1 0.00/1.00 vMB 0
60,249 60,249 0000000006e3a989f02efa422fd19b7a6c40d04b2de88b259a25ec310744d3ca 2 0.00/1.00 vMB 0
60,248 60,248 000000000658df565033447be298ec207293f5cee09a3bac3775bb4fc9a67678 1 0.00/1.00 vMB 0
60,247 60,247 000000000f4bce52c755d6144289ca155ee0f7c6ba1f005f73c6515ac86fe05b 1 0.00/1.00 vMB 0
60,246 60,246 000000000110b180f5bdc75ddb36ebe74d957c1849dd847b80c778b0d12da575 1 0.00/1.00 vMB 0
60,245 60,245 000000000a12817a85ec3ca648cf3f1b8671acb417c46391edc316563cc5d038 4 0.00/1.00 vMB 0
60,244 60,244 0000000002b72a60c70f34db8067bf7870d8687f12062d388da4d6471683c732 1 0.00/1.00 vMB 0
60,243 60,243 0000000003381733df8260fd733340c70572d855051f02b4ea1b3c9ab2b99dcd 2 0.00/1.00 vMB 0
60,242 60,242 000000000c0db1252559b8233b0795b0669fd89c121f8fc47847d23f0a78b7ba 1 0.00/1.00 vMB 0
60,241 60,241 0000000009ce9b453e9374cdbc9c62ac6b3b3753d4642deeabd60ed8100a38b3 1 0.00/1.00 vMB 0
60,240 60,240 0000000000d123517880641688783fe60426d2e3c48aaf7f4fe511e6075e4a0f 3 0.00/1.00 vMB 0
60,239 60,239 000000000dc257ccdd229d45bd3e9741998ddf17d809343d53137bfea072c216 1 0.00/1.00 vMB 0
60,238 60,238 000000000eac15ff79cc4e6eec493bed6b23b3ed774a0b71debe891e513e9d71 2 0.00/1.00 vMB 0
60,237 60,237 000000000b251996def29203e569c9bf8d34d06a9fa8ac47b0cec97045cbe574 2 0.00/1.00 vMB 0
60,236 60,236 00000000067c9bbd164355501ba1ae0d3a5d4d088e5bb9cd8a8df4332ac37ddb 2 0.00/1.00 vMB 0
60,235 60,235 0000000007a33b29466b540ee9944141694d257e03606a7617da1ccd76ed3088 1 0.00/1.00 vMB 0
60,234 60,234 000000000b4a8f0d3e958105f8f982ac7e6bec71921ba5a41840e181c61b9c34 1 0.00/1.00 vMB 0
60,233 60,233 0000000007a0c5e8b9c2f78b17cea33becc49a249e03c6375c9edf033a2762ed 2 0.00/1.00 vMB 0
60,232 60,232 0000000000095533fb79b9b817d0cac9b430ef004796fad90a689bda5d1b4f8e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.35 GB
    • Received: 8.74 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.