Loading Tool

Explorer IconExplorer

Memory Pool

76,528 transactions
28.90 vMB
0.07431980 BTC
Random Selection Loading Transactions
Max Size: 176.65/200 MB

Candidate Block

Mining Attempt f34bd29619b37c8c22a8e2340dbb6e72562bd7d7a01a324367ed0e3e2d7b018b
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root c6139b57f4a3e4d96312ddd7b971c667fd149a7debb51ca147b058e3be99b1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.01137070 BTC
Feerates: 104.17 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (245,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,413 669,413 0000000000000000000cb4cc09a161f3f402cd2f001dbe42d6bfb93d77f9506f 2,444 1.00/1.00 vMB 106
669,412 669,412 0000000000000000000cd3419b2f2f7698df2bdc64ed7ee5c7d269a5f6096b87 1,836 1.00/1.00 vMB 116
669,411 669,411 0000000000000000000bf94e1a6eae10746d9ed128d8167c2088fc1eb96108e0 1,803 1.00/1.00 vMB 84
669,410 669,410 000000000000000000062a73c9daed710c1690266f8c91e89034ae2b59343a6a 1,589 1.00/1.00 vMB 128
669,409 669,409 00000000000000000000b21f862a5cb70af933d6265844e12efb52ff70591d0e 2,875 1.00/1.00 vMB 53
669,408 669,408 00000000000000000007eb51e52f5f7c432ea0efe78905120897baa0093881cf 2,307 1.00/1.00 vMB 103
669,407 669,407 000000000000000000059022489a9b1d551a109222165354791f4f7d038bdaab 2,278 1.00/1.00 vMB 137
669,406 669,406 00000000000000000004b719a3889643a78f08a2e2cb098b3875403002db24ee 2,955 1.00/1.00 vMB 46
669,405 669,405 0000000000000000000c2399e91197d96e88e0ab116cd5e34c16c4683a99ac3b 2,903 1.00/1.00 vMB 80
669,404 669,404 0000000000000000000687c1c65ee82f6048e9f363a2b451faf8f1aafc63d635 2,629 1.00/1.00 vMB 119
669,403 669,403 00000000000000000009ef562d2dadf2e633169426f0b0811c2f1d1b86b9e013 2,369 1.00/1.00 vMB 129
669,402 669,402 00000000000000000001409af47a6423c0da3ddad2747a265967d0ebc378a6b1 2,960 1.00/1.00 vMB 144
669,401 669,401 00000000000000000004cc21055c4f7d935de94b309bfd104cac2a75c41a6456 2,695 1.00/1.00 vMB 48
669,400 669,400 00000000000000000000a027b1837c4860f63655f51251015f69a63e8e5ac977 2,934 1.00/1.00 vMB 85
669,399 669,399 00000000000000000007f6a2aa2b1b1244499ef8505cfa44889c76e82858c4bb 1,853 1.00/1.00 vMB 109
669,398 669,398 0000000000000000000be6c53f1f4126b841b9bc7646451aafafffc46c685940 2,698 1.00/1.00 vMB 133
669,397 669,397 000000000000000000087d6e072589e8eee0a62e7ced7ab4d06368c989fed680 2,602 1.00/1.00 vMB 119
669,396 669,396 00000000000000000001e4a307ca764f63c10c17b5b9f0df3bc0823fce5b8810 2,922 1.00/1.00 vMB 139
669,395 669,395 000000000000000000001162454adc58d648e9cb7a495b7d084a5b4bb1f56b99 1,443 1.00/1.00 vMB 119
669,394 669,394 00000000000000000007175287e319b2d0b53df6c625c588979dd81a84a2d09f 2,650 1.00/1.00 vMB 48
669,393 669,393 000000000000000000069b2bbded41b6634cbc9eafa6e0bb68cc2046c1c7cf71 2,664 1.00/1.00 vMB 71
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.60 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.