Loading Tool

Explorer IconExplorer

Memory Pool

78,089 transactions
28.96 vMB
0.07237560 BTC
Random Selection Loading Transactions
Max Size: 175.48/200 MB

Candidate Block

Mining Attempt 423bb03af7d4a602629a03744d150f62b9d6585a8b5ddcecb3dfd7b0e9cf1deb
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 610050a8f2f9dee4618978750a070292b18c5b97a018e4a1103b0205854afdcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,457
Size: 1.00 vMB
Total Fees: 0.01201556 BTC
Feerates: 191.02 > 1.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (272,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,313 642,313 0000000000000000000804277335129dd45976e8861842da8a7da8adff33ba74 925 1.00/1.00 vMB 4
642,312 642,312 000000000000000000049c1e3034dba8a91c8e484ba7ae29a24ef589697c706d 2,425 1.00/1.00 vMB 31
642,311 642,311 00000000000000000005b197f0be1943921d38bfad7743e9b999180dbab52ca1 1,475 1.00/1.00 vMB 32
642,310 642,310 0000000000000000000d6ff607ea977754036924b61cf1ea9e69dc65ce3628fd 2,418 1.00/1.00 vMB 83
642,309 642,309 00000000000000000000418ac11eefb91022f4d0d180c4be65f022d14afb4e70 1,861 1.00/1.00 vMB 105
642,308 642,308 0000000000000000000b5b576e2911e306c8a5d473a2cd5c6de92a14c0d7b7ed 2,379 1.00/1.00 vMB 3
642,307 642,307 00000000000000000002731ccbbf441da283c8b8897f3fb5e424dfd2a8b738b1 2,257 1.00/1.00 vMB 46
642,306 642,306 0000000000000000000e1c05ee3b935271fc2ef20e3b263aa9aa859128f890cb 2,036 1.00/1.00 vMB 30
642,305 642,305 0000000000000000000649c5a1d9475172498e497c7d35c08f41d10348dd7ef1 1,610 1.00/1.00 vMB 32
642,304 642,304 0000000000000000000395015c7c7e469bb47df5e5fe2bf73578a36029de3887 333 1.00/1.00 vMB 8
642,303 642,303 0000000000000000000b785920512d0b64be4f60046a35cba19af913add152ab 1,817 1.00/1.00 vMB 36
642,302 642,302 0000000000000000000c005c3b192e04950b51156f8bf6734148596e1dbe8118 2,427 1.00/1.00 vMB 97
642,301 642,301 0000000000000000000e2500e65f59e033c9ea62eea99f95d9b10d18b1f36c59 2,864 1.00/1.00 vMB 115
642,300 642,300 00000000000000000009451b0a28a9af94bd3d76e701587a2d81dbe0d5b9135f 2,148 1.00/1.00 vMB 29
642,299 642,299 000000000000000000036fe76f3332b2a36550919f3889d7cd09a67451ba3ddb 2,449 1.00/1.00 vMB 70
642,298 642,298 000000000000000000002df45d874d47bf273beeca5fd3ef4639ea91b5bdd361 2,720 1.00/1.00 vMB 107
642,297 642,297 0000000000000000000bad9a8a3aeeda9879b43ea050fff147b84b76a5b09c1c 2,063 1.00/1.00 vMB 42
642,296 642,296 0000000000000000000705152a0278b73111b01bfed15371f5500425da05f896 2,023 1.00/1.00 vMB 101
642,295 642,295 00000000000000000000a9642ff4861f4ebc05e558da64215849f6acbb3ee451 2,583 1.00/1.00 vMB 75
642,294 642,294 000000000000000000013bf4df2ba4d79234178684eaa9b1520fa9e9eadefce2 1,489 1.00/1.00 vMB 28
642,293 642,293 0000000000000000000fd96f78d51c5ffb82d3cf92454811927f16ed64593c82 445 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.57 GB
    • Received: 15.75 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.