Loading Tool

Explorer IconExplorer

Memory Pool

80,881 transactions
30.09 vMB
0.12717043 BTC
Random Selection Loading Transactions
Max Size: 180.98/200 MB

Candidate Block

Mining Attempt 7bd57c269698fe00a09efb7015e6d5be6a8f757e7cd177e36fde7ff4bae557cd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 1f4066eebfbe340c1e432753dceda396508a2eaf8df46615d69296a54d161fe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,788
Size: 1.00 vMB
Total Fees: 0.05251336 BTC
Feerates: 242.90 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (301,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,296 613,296 00000000000000000003fe0baa5b6d0584bc8976c2a2de7408596603d4975cfb 3,469 1.00/1.00 vMB 30
613,295 613,295 0000000000000000000d5e656aa0701f31f28fc0a89ce426a12a37ed1b3abf47 3,229 1.00/1.00 vMB 22
613,294 613,294 0000000000000000000e08e938af863207a1a45405ab9930bb69df24cd2739be 3,094 1.00/1.00 vMB 21
613,293 613,293 0000000000000000000df282c675ec14933b7e864780a85bfa55ea20013c9e25 3,267 1.00/1.00 vMB 14
613,292 613,292 0000000000000000000fef2b0da3ac490544aab21998af2bee844318f2f42090 2,803 1.00/1.00 vMB 19
613,291 613,291 0000000000000000000a8805b6f1c304e58c07a248b34cd3dc2a56c4b4c832e1 2,903 1.00/1.00 vMB 35
613,290 613,290 00000000000000000010e4d3de9d8a0dcf82a06652f1670d4f7e13a231a721ab 2,724 1.00/1.00 vMB 18
613,289 613,289 000000000000000000002e9f378a58c9ec07edb1704e0bf4f6760f6cb6c4e0f4 3,282 1.00/1.00 vMB 33
613,288 613,288 00000000000000000000bcbd30014a6085b119cd5be8585ddf3c7f818f5766bb 3,191 1.00/1.00 vMB 32
613,287 613,287 000000000000000000093978455f87ca8defafd249613bdba2c032d4e3244f72 3,503 1.00/1.00 vMB 32
613,286 613,286 0000000000000000000fe17b0c783eedf58fce43793dd1eb78f4a68c1db0ca47 2,738 1.00/1.00 vMB 31
613,285 613,285 000000000000000000003dc4452c5376eaffbdae254609f38bda6a9e1d634139 3,125 1.00/1.00 vMB 29
613,284 613,284 00000000000000000005292d6f06d7b796bbc521b1edd55c600c0d7fc3e8c526 2,346 1.00/1.00 vMB 18
613,283 613,283 000000000000000000113b98d4456e78c7ec9e327f96ecb9d8cd0f9a6ed672cb 1,645 1.00/1.00 vMB 22
613,282 613,282 000000000000000000044ec7959a35301c2ecff751109cdce5dff539ac72f950 2,869 1.00/1.00 vMB 40
613,281 613,281 000000000000000000068b35b744403f8748e1be5fc690413818e4f390688252 1,926 1.00/1.00 vMB 15
613,280 613,280 00000000000000000009633e6082cefb32cd24b9ae28920e3182dd34c8abd84d 2,143 1.00/1.00 vMB 21
613,279 613,279 0000000000000000000e28a73c8dd0a5f20b5543cd472887a67d706b820c5852 1,168 1.00/1.00 vMB 11
613,278 613,278 000000000000000000010fd3c390804ff52ab6fb396d7b90e5febdd6de89f521 2,149 1.00/1.00 vMB 15
613,277 613,277 00000000000000000010c1c87fa763e68edbda701ba8fcab0bd8f148929bf4a1 2,550 1.00/1.00 vMB 22
613,276 613,276 000000000000000000088215dfe111890bfd2dba53f7e301a1409cf5c03c7c36 1,754 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.67 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: 673.30 GB
    • Received: 16.42 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.