Loading Tool

Explorer IconExplorer

Memory Pool

81,303 transactions
31.17 vMB
0.10712695 BTC
Random Selection Loading Transactions
Max Size: 188.16/200 MB

Candidate Block

Mining Attempt b6d450ccec5b99183de5d1aade528c4fb71a5fcb93b2d5bd801736639ddd8d72
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 3332d47de06994746629ec5637affe8700cea6b724e818b98e6a6e3ba384c6c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.02712930 BTC
Feerates: 150.75 > 2.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (749,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,490 165,490 000000000000031369210bacf3781ebfeca4a46da872e0b4b95afc22845dff47 14 0.01/1.00 vMB 622
165,489 165,489 00000000000009bf4121e522197d1c9045b01622ff9fa92eefc2d8fd63da2e66 20 0.03/1.00 vMB 162
165,488 165,488 0000000000000b19ae573e8541108d98baf0c14ffe54a87066102ed557babd7e 18 0.01/1.00 vMB 145
165,487 165,487 0000000000000198eba802a4d8498dd4191d5ee052105fda9cd67f38b7511fda 62 0.02/1.00 vMB 8
165,486 165,486 00000000000000e966d5e46e7107b8d01dfbdfc67ac142e6366d061b172cc926 45 0.02/1.00 vMB 292
165,485 165,485 0000000000000a6a63cef40d48e30a7890a75a0588e7360ff0f3b56b7d7c98c1 13 0.00/1.00 vMB 50
165,484 165,484 0000000000000352e6e2242a6de5a44aa8467584ac6f10f493c366e61396885e 57 0.03/1.00 vMB 45
165,483 165,483 0000000000000afdaee500b4c4c6e4a5a7604f3a98d697914b9775c59ec1cf12 9 0.01/1.00 vMB 29
165,482 165,482 00000000000006dc8b58a1cd38b75ac7be7e4b407c1bfa33e61244f964ea44bd 20 0.08/1.00 vMB 80
165,481 165,481 0000000000000561cf6573e7a7f42ebc20587450cdf8277d9b6c3fe704bca1db 38 0.03/1.00 vMB 93
165,480 165,480 0000000000000265e7e8749a4a0449942d8b8bdeb46b97282b25b65ee093a5f1 12 0.00/1.00 vMB 125
165,479 165,479 0000000000000a3d5e93acbc507bf433406f655cc5ae7a83daec55ca76d9f18d 10 0.00/1.00 vMB 79
165,478 165,478 0000000000000865523c09efb80093acd4969cae3b94f8e8fda2040ab3435435 70 0.02/1.00 vMB 19
165,477 165,477 000000000000014560e98357465b1f9df0d566ee7a97888cb89fcb538da3a90e 132 0.05/1.00 vMB 138
165,476 165,476 00000000000007ff9f5f0eca0630e503969e4d4dc4cf631f4b18a7a76134d956 17 0.01/1.00 vMB 7
165,475 165,475 000000000000085b21e6ad526cbe78e75ba5f4057a734be5d641dd41bd69fde5 50 0.04/1.00 vMB 219
165,474 165,474 0000000000000405a7aee7658a1ff986a16527d4fc8c47a3b024e1e9234b347e 38 0.01/1.00 vMB 52
165,473 165,473 00000000000006da3a8516d19763da06d4bdb4fb10666db74d613fefc6d88dab 142 0.05/1.00 vMB 130
165,472 165,472 000000000000059599be1262b6441a033150e2908eb0ae2777c9a1df35327781 12 0.00/1.00 vMB 50
165,471 165,471 000000000000048df16e8911de2a05d8143189147d45703f94f43948acc49e61 27 0.01/1.00 vMB 280
165,470 165,470 0000000000000bb4f99c26a87ac9702994ff73316130107c93a2053fab447600 22 0.01/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.08 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: 723.84 GB
    • Received: 18.41 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.