Loading Tool

Explorer IconExplorer

Memory Pool

41,164 transactions
19.59 vMB
0.05734434 BTC
Random Selection Loading Transactions
Max Size: 110.04/200 MB

Candidate Block

Mining Attempt 841bae3ceb586072c583e465813b8d154f171457e0aa26b2db0f8897e04f8071
Version 20000000
Previous Block 00000000000000000000a02730a195d77cc0f1bb0f9ce13792c14f99a2609a2e
Merkle Root a70277e9e2ae4fc8ec007c030d81672b3c78b6e17bf2e80086dadf7bad14669d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,239
Size: 1.00 vMB
Total Fees: 0.01910881 BTC
Feerates: 101.64 > 1.91 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,963 (4,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,289 909,289 000000000000000000021651cf623ecd46c53f142d506a0662a2f2798d20d418 3,871 1.00/1.00 vMB 5
909,288 909,288 000000000000000000000a3afa933752d8d09d8afc7e280b7384fd4a49602d6c 3,143 1.00/1.00 vMB 4
909,287 909,287 00000000000000000000908879e50a6f42cf6424afd609f5ab32c354eaa3b233 4,245 1.00/1.00 vMB 4
909,286 909,286 0000000000000000000132480d3d17ae04ca04f1d21120b384b61fcb492651d4 4,246 1.00/1.00 vMB 6
909,285 909,285 0000000000000000000164351de88dd07144a38af88e01c5bcaa78fab109c7dc 2,033 1.00/1.00 vMB 1
909,284 909,284 000000000000000000000b73bd539d86907960db12112b3e4910788477ef4dc0 3,884 1.00/1.00 vMB 5
909,283 909,283 00000000000000000001ccc8efeacd06af984282df3762fdcfd8a548619d116e 2,687 1.00/1.00 vMB 3
909,282 909,282 00000000000000000001b51ee821fe4dd609c4860ab407790572ae257c4404af 3,450 1.00/1.00 vMB 2
909,281 909,281 000000000000000000002bd997ffb970adc3edb824f336c2a7df99a80b5d76d1 3,706 1.00/1.00 vMB 5
909,280 909,280 00000000000000000000c2c9b7da6382a0be0a716296acc37cef803f458fe59e 892 1.00/1.00 vMB 2
909,279 909,279 00000000000000000001647d51ba3a994b26f5aa5a0054efa8c4ad4a1acf0a6c 3,263 1.00/1.00 vMB 4
909,278 909,278 000000000000000000009d243d6a454ab17d8d1c95f39da68f9ad3761b6049d4 2,024 1.00/1.00 vMB 3
909,277 909,277 000000000000000000004736389982d68658015ef3d09ce8bdaaa25aef0f501b 4,062 1.00/1.00 vMB 6
909,276 909,276 000000000000000000011f57c88e81884a03af5d8e75e42d39d65037c2fc807a 4,533 1.00/1.00 vMB 4
909,275 909,275 00000000000000000000e7e64b0c10e289a446bc20b8cd81c9161ad1b68651de 3,662 1.00/1.00 vMB 6
909,274 909,274 000000000000000000013d75ecef0d3204e52d4d0dd92d92df751ada8b05e3c4 3,825 1.00/1.00 vMB 6
909,273 909,273 0000000000000000000213096a69a9e691863e923602855d1aa66be0876ab583 4,369 1.00/1.00 vMB 8
909,272 909,272 00000000000000000001544f8ff93c7cddcd652e7cbc75e9a4a0732bac61ca61 3,701 1.00/1.00 vMB 8
909,271 909,271 00000000000000000001b90c6b4671adf2360b95daf8c5c4852ff98d3dbc98d3 2,610 1.00/1.00 vMB 2
909,270 909,270 000000000000000000007a1b111aafe9996934dda47e72a9a1a1422059378ad9 2,358 1.00/1.00 vMB 3
909,269 909,269 0000000000000000000215c3bdffa529c2f41b5c80ca8982970b4f5997c19fc1 1,623 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.54 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: 536.07 GB
    • Received: 5.95 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.