Loading Tool

Explorer IconExplorer

Memory Pool

78,124 transactions
29.30 vMB
0.06378645 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt c3ebf29d9db9d7e34845319880fa3d0e6035319242458beb67dc38459e4290f1
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 8463847ce676751b069b20fa8681e3d2eda9c13bd60776057a9ef9c03e137b46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,165
Size: 1.00 vMB
Total Fees: 0.00445310 BTC
Feerates: 21.09 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (334,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,469 580,469 000000000000000000018127552c852b5801831f1735cec0fe79e125be5416f4 2,626 1.00/1.00 vMB 98
580,468 580,468 0000000000000000000cc0605c52b64a236134db2dd399bdcc80bc49d633e8ac 1,243 1.00/1.00 vMB 96
580,467 580,467 0000000000000000001663b4f415ab3b8379935df5aae7f4e9e71671dbc13e79 1,540 1.00/1.00 vMB 126
580,466 580,466 0000000000000000000684b77b90386afb62a19e661c8beb40ea0c855742a9ba 1,863 1.00/1.00 vMB 89
580,465 580,465 0000000000000000002541bad41e3900df6c94b45f1da6738cba9ec19cd47ed6 2,304 1.00/1.00 vMB 17
580,464 580,464 0000000000000000001894bb343123f29029e5d97e520303c95c368258645ff7 1,807 1.00/1.00 vMB 37
580,463 580,463 00000000000000000001e7a383018a50558addb3b5979ab22de8db210d9cad0d 2,318 1.00/1.00 vMB 70
580,462 580,462 0000000000000000000923625585db0f23b5044b244a0400378dc5a2f0a66618 2,752 1.00/1.00 vMB 24
580,461 580,461 0000000000000000001bafb7b0ef5e9de071795698394cf2cecc9edcffef9e66 2,328 1.00/1.00 vMB 48
580,460 580,460 00000000000000000014b575b36dbe97da368f2e5c31afb8ca91a9ab96bc5a21 2,940 1.00/1.00 vMB 13
580,459 580,459 0000000000000000000f265f2fc3e2a5b97f11a0cd49fadefc791fcb4f1be597 2,812 1.00/1.00 vMB 57
580,458 580,458 0000000000000000000c50a1b5f1909ce0710a6122ef486a40b2c53098c71b77 2,182 1.00/1.00 vMB 104
580,457 580,457 00000000000000000015fc856bea814818b867c76de4ea0591d008bf5bf0ad73 2,009 1.00/1.00 vMB 86
580,456 580,456 0000000000000000000865a4a6317158b78f1243b308ce7602effef705704e81 2,800 1.00/1.00 vMB 107
580,455 580,455 0000000000000000001082d00003651b1dff30edaf12d82eff951106e4e95948 3,155 1.00/1.00 vMB 36
580,454 580,454 0000000000000000001287f2273a4379809bf45bfb87c1806cbb215062314afd 2,528 1.00/1.00 vMB 82
580,453 580,453 0000000000000000000e62563222bfa699cd9a2ef02716cb315a6a4399ec8ea8 2,806 1.00/1.00 vMB 106
580,452 580,452 0000000000000000000a8b4311ef6f08cfbc6e951ae49eea5de285b8094287a7 2,063 1.00/1.00 vMB 45
580,451 580,451 00000000000000000004486e67073f99d98054ff53f83c4ec537f35d2291b61b 2,749 1.00/1.00 vMB 102
580,450 580,450 0000000000000000001f4da281d12799b92a8d88622d7f33ad8f2fa722cffb08 2,880 1.00/1.00 vMB 72
580,449 580,449 0000000000000000000be4e9525d8bfc8544226aecc43ebf9e4c280b3ab71e16 3,715 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.