Loading Tool

Explorer IconExplorer

Memory Pool

82,460 transactions
30.72 vMB
0.08203057 BTC
Random Selection Loading Transactions
Max Size: 189.07/200 MB

Candidate Block

Mining Attempt 4537f8e5c7acdcda8be9fb318053859002a85bccf2a8ebbb019762e8333c9ccc
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 251f742613cd8081e4527c86e1475ab50f695d81f990ccd708db92bd2f4dcbce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,269
Size: 1.00 vMB
Total Fees: 0.01325615 BTC
Feerates: 353.36 > 1.33 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (123,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,415 791,415 00000000000000000003d4607efe45dd1f33339b4f3693a86d0000862fb9dec2 4,915 1.00/1.00 vMB 98
791,414 791,414 0000000000000000000380a2f7bd4cf2f41fddec7495d91c2df5eddfc18897fc 3,832 1.00/1.00 vMB 32
791,413 791,413 00000000000000000004c890eb5265e61541199c9280d253071a846c9be2546d 5,258 1.00/1.00 vMB 27
791,412 791,412 00000000000000000001dc0d9b59afee29a8beabcde5d7406487df511c0f097b 6,076 1.00/1.00 vMB 29
791,411 791,411 000000000000000000052fbd83910d5a590422158f20c9a57b0cfbc9ef53f337 4,662 1.00/1.00 vMB 24
791,410 791,410 00000000000000000004fbf895edd7a5f8b4ce6f6f9276fde3934e6961d39a88 2,424 1.00/1.00 vMB 37
791,409 791,409 00000000000000000002e735a1ae88cce50a4ccb56dcd10ab6eeec85b5744518 3,285 1.00/1.00 vMB 37
791,408 791,408 0000000000000000000329ab83e7f51cf0a6a932701e0b83f50e03f84c546159 2,382 1.00/1.00 vMB 33
791,407 791,407 0000000000000000000547f852116de685e6654ee095d7de86dc847350452db8 1,605 1.00/1.00 vMB 29
791,406 791,406 0000000000000000000231c4b0e50123cea67b5570125d9dc462f509e4c2d4a5 3,518 1.00/1.00 vMB 31
791,405 791,405 00000000000000000000b1d599a388474c195d1d6e2eb3c988e37832dd27c31f 4,302 1.00/1.00 vMB 32
791,404 791,404 0000000000000000000261783a29faf58e3653a8cf4cefc4935941e3ab1df7cf 1,968 1.00/1.00 vMB 30
791,403 791,403 000000000000000000054a33dd05ba4d3d4617f1f2330821461b58b245da53e3 3,321 1.00/1.00 vMB 44
791,402 791,402 00000000000000000003b941dfc6048976f832602cd8775bc12fe5d9abada819 2,684 1.00/1.00 vMB 63
791,401 791,401 00000000000000000004077288b0558077f7bdb0de8f84f4a52cc7a7dafa2417 3,131 1.00/1.00 vMB 56
791,400 791,400 0000000000000000000544ecaed8e2bb84f1de7e7f04b64beef8803c19c49cc3 3,416 1.00/1.00 vMB 81
791,399 791,399 000000000000000000017f2b12a2215e50a8a833e1a805af0d4711ead02b10fc 1,950 1.00/1.00 vMB 56
791,398 791,398 00000000000000000001b758dc31dacc789356afacd6d12369eb0afd21898666 2,911 1.00/1.00 vMB 72
791,397 791,397 000000000000000000021befd622210343497744ba83e58b6a2c91905764eb8a 1,539 1.00/1.00 vMB 56
791,396 791,396 0000000000000000000386de26076281852f670ed0d5825bca02d620ae41c5ef 3,419 1.00/1.00 vMB 76
791,395 791,395 00000000000000000002bedcd9b7cbdc2fcc39fc7d33832c7795d6e712a0e287 2,188 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.79 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: 709.81 GB
    • Received: 16.99 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.