Loading Tool

Explorer IconExplorer

Memory Pool

84,918 transactions
31.82 vMB
0.18883960 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt c9a8f7a88d8fd40ab32279e168cd1bacdaa2b57c22566dc7e8c859e5962a543a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a8c5f4e0b541b15b5055e257e7d3f8b5a0381d3efce76c5943671afbf07f9b91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.07159210 BTC
Feerates: 269.69 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (161,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,364 753,364 00000000000000000000513c3d4140c73b92d145eeb589c3125de022bb56e04a 2,043 1.00/1.00 vMB 13
753,363 753,363 000000000000000000067c968faf417910ddb33ac66adc17a377361b3a6ef28e 1,289 1.00/1.00 vMB 16
753,362 753,362 0000000000000000000418e150f77655695ffa7e203763ccc2beb69dc99a57cb 1,188 1.00/1.00 vMB 17
753,361 753,361 0000000000000000000782029e91cde857357c8757c4c4e38957d99b443ea6a1 2,225 1.00/1.00 vMB 17
753,360 753,360 00000000000000000002ba3b29c4cc81548c1ec5aa981f3e3cf3ed8248cea0df 1,242 1.00/1.00 vMB 4
753,359 753,359 000000000000000000015fa294cab5461eb4530f388482a392c6568fde80e128 2,129 1.00/1.00 vMB 3
753,358 753,358 00000000000000000005736276fc3e4e3968c4d970fad4a923db4446bc2e7280 3,002 1.00/1.00 vMB 6
753,357 753,357 00000000000000000005c396b8c2ea27ca66ea0c8ca43e85f9c61ec32785b3db 1,823 1.00/1.00 vMB 8
753,356 753,356 000000000000000000010f4af81bc6a20ca665648bc7c09e2d703abf96d0e920 3,033 1.00/1.00 vMB 18
753,355 753,355 000000000000000000058cb591320790376c94153680d7796bbb4490526d8328 2,155 1.00/1.00 vMB 11
753,354 753,354 00000000000000000005f140d32dbb5ff44c26ddd2e6f78c75d3c8c25ab9b98a 3,205 1.00/1.00 vMB 20
753,353 753,353 00000000000000000003efa893fa026f46fe375e9ba6a348496b2849d1cb5efd 3,026 1.00/1.00 vMB 21
753,352 753,352 000000000000000000060ae7f366ef7a6642e6c020341724427b7ac4da21b326 2,755 1.00/1.00 vMB 9
753,351 753,351 00000000000000000002c53f66a752bf59f09006667e06fdca7ef01eb2e5dbc6 2,726 1.00/1.00 vMB 21
753,350 753,350 00000000000000000001eb585e458d164efed9b7047531ec8e42654a2fc17479 2,629 1.00/1.00 vMB 7
753,349 753,349 000000000000000000062b384925c1ed30e49eafa8d08a1f48f4c455ad0393ca 939 1.00/1.00 vMB 13
753,348 753,348 0000000000000000000239cdcfb19231d4814f7947c12f65cbd45f391acaf501 1,828 1.00/1.00 vMB 13
753,347 753,347 00000000000000000006eacbb17aaacc8c39e0876619b19c3f5b0edbeb79ae6b 3,277 1.00/1.00 vMB 16
753,346 753,346 000000000000000000048219bf02ed98e1da9f5234127c655bc1772130f50a4b 3,611 1.00/1.00 vMB 21
753,345 753,345 00000000000000000002d9c83b2a3b9baa84e9948a9c4b16d46a5fe82844260c 2,449 1.00/1.00 vMB 7
753,344 753,344 00000000000000000002c481fd5b7af77cc0c68b86909fb6bb5198d0af7aba90 2,425 1.00/1.00 vMB 13
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: 10
  • Data Transfer:
    • Sent: 672.60 GB
    • Received: 16.28 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.