Loading Tool

Explorer IconExplorer

Memory Pool

76,423 transactions
28.87 vMB
0.07330439 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 64f586e373604b5c4c515df53119a64fdfc95c5088d635c3584d6bb58f4aa840
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2d69cb747d7ec6b3cf8e7a72eac42263ab3c9d0a605fef2e232de82f87b8e7ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.01015625 BTC
Feerates: 104.17 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (362,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,251 552,251 00000000000000000026cd6e6d1ffad655908877051cc7b7b778d7236ae64e14 1,280 0.83/1.00 vMB 3
552,250 552,250 0000000000000000000970af2c6835793ec3745f1e60f64bd53cf5de70781f99 2,648 1.00/1.00 vMB 31
552,249 552,249 00000000000000000019597a5d2da2c9a6f82c42ac1f1765464014ba12d60566 754 0.33/1.00 vMB 23
552,248 552,248 000000000000000000082f7c27a95f233ff364f7713009b7e3f27aa22e663cb7 1,491 0.88/1.00 vMB 12
552,247 552,247 00000000000000000003add8cfafc80fa24ee6810b0106ae74e5379b8a39db91 2,682 1.00/1.00 vMB 25
552,246 552,246 000000000000000000241c90c97bb7434eaa406bc18928e7b3beadc9723201b9 766 0.30/1.00 vMB 20
552,245 552,245 00000000000000000013860a71bd4ed3f16633d393fe140fd77d6ea9d45d1c5a 1,292 0.53/1.00 vMB 17
552,244 552,244 000000000000000000233aac84cd12bbf85f8ffa91b5fddc47ac707eae77256e 840 0.40/1.00 vMB 20
552,243 552,243 0000000000000000000cb714e489aa254a7c0e981205114a27344c8621ca377f 1,450 0.78/1.00 vMB 19
552,242 552,242 00000000000000000019cec1b00e624720f578a4b0520b0b3e28d9801f1db9e8 1,821 1.00/1.00 vMB 14
552,241 552,241 000000000000000000295735eebf38a6fd63631d4d9191598898a2a4b770c106 2,625 1.00/1.00 vMB 9
552,240 552,240 00000000000000000004160c0ef09b0ba45700d7f0b5b4972fa0807655305725 2,812 1.00/1.00 vMB 32
552,239 552,239 00000000000000000028512cc9b9ea2ada0df1ef0b2e4fe6a7f71aa2d0866111 2,853 1.00/1.00 vMB 18
552,238 552,238 00000000000000000011163f0159db42f08e4bfd5feb5853b6c6a5934f033c66 2,836 1.00/1.00 vMB 42
552,237 552,237 0000000000000000000e70d9b50b21f1b0632ee3fb02a68cead0a05b60af4690 1,875 1.00/1.00 vMB 14
552,236 552,236 00000000000000000025f9e34fe1f0c8f2354e3c83fe57d8658d72b900f301bb 2,183 1.00/1.00 vMB 24
552,235 552,235 00000000000000000009d0fa673e4ffa0b769d4fd1f1bd922e6dae97d77ba9cc 1,551 0.69/1.00 vMB 19
552,234 552,234 0000000000000000000cfe438673de99fb47b9c05f28bafe37ed281712a650fd 1,621 0.71/1.00 vMB 17
552,233 552,233 000000000000000000201ee8763484e0483bb0795880747640e9fbc548f6cd54 1,579 0.71/1.00 vMB 21
552,232 552,232 0000000000000000001065ce7ee0bedda496481ac49debe333d94aad9fa4577e 2,136 1.00/1.00 vMB 19
552,231 552,231 0000000000000000000ce8cd676188ea11f8d4f528f93fa2d4eecb0cee316915 1,590 0.70/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.82 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: 710.58 GB
    • Received: 17.08 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.