Loading Tool

Explorer IconExplorer

Memory Pool

76,535 transactions
29.68 vMB
0.09923212 BTC
Random Selection Loading Transactions
Max Size: 179.32/200 MB

Candidate Block

Mining Attempt 9c40f76ccdf1285eb6e4a79224f5d69c1a3ea1166d0c17e19430cff6a1510009
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 736481f305b7467fbb34a65adcfdb16ab2029117562e0e41eaff2d557d2d0ada
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,151
Size: 1.00 vMB
Total Fees: 0.03283230 BTC
Feerates: 357.61 > 3.29 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (107,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,564 807,564 000000000000000000046de13bb853af6aa9f7bc8bd218498ac9fb044d157dba 3,589 1.00/1.00 vMB 19
807,563 807,563 000000000000000000018e1baf78dee176ddd9ea1f57bb1673b39287209de2b1 3,761 1.00/1.00 vMB 18
807,562 807,562 00000000000000000002c0fb5d8cb499c4a4549a329feaec848233268818bb3c 3,338 1.00/1.00 vMB 14
807,561 807,561 0000000000000000000258554c3c785b90ca72fa86cfb8a6aa68334e5a08d70e 4,478 1.00/1.00 vMB 18
807,560 807,560 00000000000000000001838278d1825fb786d6b7a2e20d76dff5875de817a368 3,270 1.00/1.00 vMB 21
807,559 807,559 00000000000000000004e5c215d3944d32e94b37a58de0004f41defe8435d57c 4,905 1.00/1.00 vMB 13
807,558 807,558 00000000000000000000370fda2b0627967c0ea393173c7b071afcdc7833bd2b 2,894 1.00/1.00 vMB 20
807,557 807,557 00000000000000000000204af8d4d6200945bd9db5cad20f159f25c18eff4c8a 5,710 1.00/1.00 vMB 14
807,556 807,556 0000000000000000000200b30cbf2b527b4f6477299f3080b05c333b12e00307 2,441 1.00/1.00 vMB 17
807,555 807,555 00000000000000000001d665ce02d1a9ad6c1050e96a656128ce5074341cee53 6,397 1.00/1.00 vMB 14
807,554 807,554 0000000000000000000232ea0874a1ec20640347e5fd2023978b0c70c0e33481 2,434 1.00/1.00 vMB 19
807,553 807,553 0000000000000000000154487d1fed74bf8d7bb29037ff589a37ccb692c3f3f5 2,769 1.00/1.00 vMB 15
807,552 807,552 000000000000000000034ab8d7a1548df32084fc36e1f591aeb18653663bda04 1,402 1.00/1.00 vMB 20
807,551 807,551 0000000000000000000396d4d5f7ea786a4c83b0ade0b77e186c3e78273d3b61 2,994 1.00/1.00 vMB 24
807,550 807,550 00000000000000000000b98aaaf6beec88c1a89a144a0cbaf6ba1e2c082ba4e2 3,097 1.00/1.00 vMB 34
807,549 807,549 00000000000000000001fce823abd22838e7955dfc9e98fd267cb7b804a6561a 2,849 1.00/1.00 vMB 34
807,548 807,548 000000000000000000033eb2049d16b13ea7c792653c828c2e2506938c923aaf 5,267 1.00/1.00 vMB 15
807,547 807,547 00000000000000000002b74e39a62aa5252a889e6481b126d616bb88b08a612a 4,158 1.00/1.00 vMB 16
807,546 807,546 000000000000000000004e6ad4c68087a60f1367205245b2d5daf9b4eb2f3d38 2,285 1.00/1.00 vMB 23
807,545 807,545 00000000000000000004035661ec5893014713ef321874c2ed5c685f87cd8d96 2,192 1.00/1.00 vMB 25
807,544 807,544 00000000000000000001c98584741b5c416429ea8bd404289798e66fffa8ec9f 4,672 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.15 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: 744.02 GB
    • Received: 18.70 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.