Loading Tool

Explorer IconExplorer

Memory Pool

74,396 transactions
27.58 vMB
0.07332882 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt bd91ba18b28ebb8ac0b020ba549c98209fbbc323fcce4a9b5ed791af1deaddba
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dbcd1bab92fce59a355a99ce9c27f5b54af5b978e6a4daff7a88b711680bf6d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.01450545 BTC
Feerates: 101.19 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (429,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,060 486,060 000000000000000000e7db5892260643de676912a7ba57980e5ed539b7675261 2,583 0.96/1.00 vMB 154
486,059 486,059 0000000000000000000e4c4d35d0c65b7207bef41ae88c877c00b29baec00502 2,494 1.00/1.00 vMB 213
486,058 486,058 0000000000000000008ad8d4194de75e4892973c24a7d4cebb3c852ecd720eb2 2,588 1.00/1.00 vMB 191
486,057 486,057 0000000000000000000a847d9092d03342dfc9e004c9f42896afa010fd341dae 2,202 1.00/1.00 vMB 157
486,056 486,056 0000000000000000000dd65601f05567c440d4381cfec36ab78617ae0362e59a 2,420 0.98/1.00 vMB 191
486,055 486,055 0000000000000000009124a6a0189cf2b5cd24c1c5c19f1179fd788376ac2f03 2,499 1.00/1.00 vMB 188
486,054 486,054 000000000000000000853a3dcb782e36d055af2e9580c86832dcc7c444f17c15 2,346 0.97/1.00 vMB 175
486,053 486,053 00000000000000000050d96b3713968161afa9be37f52f1c563d5d2b3b6a58da 2,217 0.97/1.00 vMB 177
486,052 486,052 0000000000000000006b6877e9e2b1260833b2f4ebfe4a847e7ee940988dbc6c 26 0.01/1.00 vMB 1,179
486,051 486,051 0000000000000000004f216394197fe5779ceacf5628dfc21283fb9e0a141888 1,756 1.00/1.00 vMB 148
486,050 486,050 000000000000000000396af62742b896d7421b86ea812851a992faa67b5dd211 2,080 1.00/1.00 vMB 189
486,049 486,049 000000000000000000071e2c695525de8caf9917246693c0f02bb3b36eeeb25c 2,228 0.98/1.00 vMB 129
486,048 486,048 000000000000000000b604b4e94affd5324b1d9aa36ec412bd241dcf09c5e425 2,522 1.00/1.00 vMB 146
486,047 486,047 00000000000000000037d9b44d60a8ce4d6cc155bdddbfacb46f57a4395f163f 1,981 1.00/1.00 vMB 87
486,046 486,046 000000000000000000ad8e111e4f92ce3ee14393f7b7080e9f06fc81fc94f8c5 2,100 0.97/1.00 vMB 122
486,045 486,045 0000000000000000009193b8708d0bf5321be141383d0cdddd005e912fedecaa 2,333 1.00/1.00 vMB 183
486,044 486,044 000000000000000000bb2dd645ce56023d0b43d14618679c32ed54c3b1d197a3 28 0.01/1.00 vMB 393
486,043 486,043 0000000000000000000d60274cc16a7069a8a5a6dccc7f63d0cef23eee065887 2,005 0.97/1.00 vMB 122
486,042 486,042 0000000000000000006edc74a50a66b950a7579895c80f6a0acb44fa46919f66 1,194 1.00/1.00 vMB 56
486,041 486,041 000000000000000000edc6e3ca5333d037c4dfa07d5cc0e8700db9f2e2c60ca5 897 1.00/1.00 vMB 44
486,040 486,040 000000000000000000b20444c545046c2a6607519f0fe43b2f85a73730374db2 1,508 0.97/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.