Loading Tool

Explorer IconExplorer

Memory Pool

74,732 transactions
27.56 vMB
0.07207444 BTC
Random Selection Loading Transactions
Max Size: 168.23/200 MB

Candidate Block

Mining Attempt 1ef96b2f98e37c04d0ca0072db0e5a002bf3f1ef2f1e042a1da69e96c3e0b85a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root b1e2da5b97a1ef4a1200d6035f20987494c180b5388e6a4ee5c5646e61cef9e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.01326848 BTC
Feerates: 80.55 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (552,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,553 362,553 0000000000000000015b0af0838190efff261cc80b1b58acaae942130476a9d2 86 0.04/1.00 vMB 31
362,552 362,552 00000000000000000b72fc819ffdfa20a5b3d600c46d3afbd73d2a2c747b00dc 1,955 0.81/1.00 vMB 35
362,551 362,551 0000000000000000002afa61c200b4dc3404fa37ade40eb9ae13d4f5d3a23762 173 0.06/1.00 vMB 12
362,550 362,550 000000000000000015089c6379769255db6d023d3f5d4aa6d565a056256134d0 1,019 0.46/1.00 vMB 36
362,549 362,549 0000000000000000067042e694f892a240d0c8711a1214b9893665e89ac51d93 412 0.19/1.00 vMB 34
362,548 362,548 0000000000000000083feb5c1723830bbf9f3a9b87e6a98d9a4069890b3dcda8 17 0.01/1.00 vMB 11
362,547 362,547 000000000000000006f379f06f5bae26e3d937cb0c0a37cd057f73f066c59d18 731 0.31/1.00 vMB 36
362,546 362,546 0000000000000000025fa0ce70c1b6961efd90c1a43a246ccded68bbb1bf4a05 1,139 0.49/1.00 vMB 35
362,545 362,545 000000000000000013460efbf02b76a9bbd39877e7b475fcfc91c08511668bd5 404 0.16/1.00 vMB 23
362,544 362,544 00000000000000000793bb7f1afe4aa7d7a0b50342b32ded64e19e30e83d0061 496 0.38/1.00 vMB 16
362,543 362,543 00000000000000001533aa900c32f88a78720a6d5aba6d511eaf28126c9f50a6 2,722 0.93/1.00 vMB 44
362,542 362,542 00000000000000000870b6e40336c24fd07b1194df27d057f63a15ff9ecccdc7 299 0.10/1.00 vMB 52
362,541 362,541 000000000000000015de99e33f783c62f8d762158273d85e03d9958675e409d6 637 0.26/1.00 vMB 33
362,540 362,540 000000000000000011683ed21ff3f6b92d6355e7f1973ec1e7b4d70f35945a3e 703 0.28/1.00 vMB 25
362,539 362,539 000000000000000014cb91990f9ac887b23de1d6f8648a6e2a1034957feacfad 840 0.39/1.00 vMB 32
362,538 362,538 000000000000000008aea1ed60287c510d16e9e266d38ebe9d628d2dd00520f4 133 0.10/1.00 vMB 12
362,537 362,537 00000000000000000ce8597c6f33c2028bdd68570e7f0cd50f165a8ce346226c 461 0.25/1.00 vMB 26
362,536 362,536 00000000000000000857c5bbc28c59092363ee57560ef17bbf5e1414846b4e2c 443 0.25/1.00 vMB 25
362,535 362,535 0000000000000000016274d449906d44ac56d4c1797dcdd50433c1d46f95f33e 811 0.52/1.00 vMB 23
362,534 362,534 000000000000000006476d3888c5342ec5d389b67bf85187b198195f6c56cef2 383 0.24/1.00 vMB 22
362,533 362,533 000000000000000002a5313f76c0a4181bcca74ae1610f6f9facb481af5ecfbc 1,832 0.75/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.