Loading Tool

Explorer IconExplorer

Memory Pool

48,415 transactions
27.98 vMB
0.08116874 BTC
Random Selection Loading Transactions
Max Size: 148.40/200 MB

Candidate Block

Mining Attempt b30bac296010cc6a5a0a408ec31d3486fc1b8845e3946b56247f6573723e130f
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 5d91090f3f2fdf48e2c39a39e00c7fd8efa2410b9d5204a994977f42ff1c6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.02537676 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (129,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,383 785,383 000000000000000000047f840b53ac0e916fe36fea91bd93f447ee90a7232818 3,305 1.00/1.00 vMB 32
785,382 785,382 0000000000000000000412bb437f29a7a52792d9f622e87532a52c734f1fb299 3,312 1.00/1.00 vMB 25
785,381 785,381 00000000000000000003948802f83c4df3cd129aba85d0604d8f7e321cc7f394 2,600 1.00/1.00 vMB 24
785,380 785,380 000000000000000000023a43f1e2597e2d35a83ac17e5bd52b0f8df2f2b1abfe 2,888 1.00/1.00 vMB 39
785,379 785,379 00000000000000000002fccb2972c86d41ce0a76c3f4f2cb9778a8f5b03117ed 3,534 1.00/1.00 vMB 33
785,378 785,378 000000000000000000004e22dbca28a1f5698bb22821774671e21c76e8e486cb 3,757 1.00/1.00 vMB 27
785,377 785,377 0000000000000000000280bcf68ee08cd375ac7ed16e88afabbbcf0d983695a9 3,782 1.00/1.00 vMB 28
785,376 785,376 0000000000000000000054dea04cc95326d576072becb6b342ad29b69390b1d1 3,184 1.00/1.00 vMB 28
785,375 785,375 0000000000000000000161fed3761dcdfa5ede4864c7dacb8964d78170677f66 3,185 1.00/1.00 vMB 39
785,374 785,374 00000000000000000002a19b6cf01511fdedbb2f1231e8eb753755c329a51133 1,797 1.00/1.00 vMB 31
785,373 785,373 000000000000000000058c3db3b6dd2455f211d0ba5b3a37d2b9b0089246f20a 3,425 1.00/1.00 vMB 21
785,372 785,372 000000000000000000018abfd72f7f3e71bad08e6d7bed7524f251577b343865 920 1.00/1.00 vMB 5
785,371 785,371 00000000000000000005dc41214c4f9635c7d8ad64b7dd45fa04d51b1fcfcf7a 1,475 1.00/1.00 vMB 4
785,370 785,370 00000000000000000004dd25ee3837f6afacc9ce94d358c2319b304ff4e52177 2,707 1.00/1.00 vMB 17
785,369 785,369 0000000000000000000568404337273417b00fbf4f5110fe9263b22033f819bd 2,141 1.00/1.00 vMB 11
785,368 785,368 00000000000000000000ba5292c3daab9ccc7aabc1226fcf1369f6012ce8963d 2,263 1.00/1.00 vMB 13
785,367 785,367 00000000000000000004a19b60588851fa2c07e78d1097828f4f08a701c793f0 3,144 1.00/1.00 vMB 20
785,366 785,366 000000000000000000045fd35e3456fcf903258c8863e4c608b0900f7b166a37 3,277 1.00/1.00 vMB 18
785,365 785,365 00000000000000000004a49543c0b6e2043e67b513c0d9100fbdf91f662c3ad1 3,513 1.00/1.00 vMB 24
785,364 785,364 00000000000000000001a527a548aacacffc25a6b29d8a032df596919e3b771d 1,861 1.00/1.00 vMB 17
785,363 785,363 00000000000000000003252991a9104c7fc54c522aaa180f4a5ea07181e7e9dd 2,732 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.