Loading Tool

Explorer IconExplorer

Memory Pool

84,411 transactions
31.56 vMB
0.10540813 BTC
Random Selection Loading Transactions
Max Size: 193.44/200 MB

Candidate Block

Mining Attempt 8c91dbac63b4f3956b90e69182e50f71c73de85a858526fc3b759d7a4948ca2d
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 2c384e12d64b7052f82a646439271a3298295f7fbf742e59329d46a0f3d6f087
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,391
Size: 1.00 vMB
Total Fees: 0.03241234 BTC
Feerates: 301.57 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (290,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,310 624,310 00000000000000000011ed57d95754efcf8564d84ae9e141d95f57758b81634e 2,012 1.00/1.00 vMB 12
624,309 624,309 0000000000000000000efcca9f959bc3d159a884ba0cc2c74dd7ee9168990c7d 2,340 1.00/1.00 vMB 13
624,308 624,308 00000000000000000010d570fd6e234859fc0c85f1a33b60119fec9e0d91c5c4 1,771 1.00/1.00 vMB 11
624,307 624,307 00000000000000000012df8d6b970f89a9c4c4c85bc1eb3e6043935dc14cb8fd 2,313 1.00/1.00 vMB 11
624,306 624,306 00000000000000000012be20464779c18b52f5f06d0f88ccec02e2b43f523787 2,519 1.00/1.00 vMB 16
624,305 624,305 00000000000000000004bd6c527a85654b0447c0342c1e78b68c45ec03586974 194 1.00/1.00 vMB 1
624,304 624,304 000000000000000000115c1cf2bc6fb5efc1a5ce2354443151b37fa8fad81d5d 1,493 1.00/1.00 vMB 13
624,303 624,303 0000000000000000001132c69b93e3f778c003ea3c1bbe3bcef16f2dc8257c18 1,743 1.00/1.00 vMB 11
624,302 624,302 0000000000000000000fa6875de9b6ea8fa359f0c8aa880f3164538d60b8a74d 2,464 1.00/1.00 vMB 15
624,301 624,301 00000000000000000002173661019adb14422b4c32d84f9edf34e4e0479cc610 1,420 1.00/1.00 vMB 7
624,300 624,300 00000000000000000011bcc88fff08e31cda3af4b1f2cdf7e8ae119e2940c105 2,170 1.00/1.00 vMB 14
624,299 624,299 000000000000000000041dfe2ea9074343f3c7cf47e88abe1338b72af3d5beee 418 1.00/1.00 vMB 3
624,298 624,298 00000000000000000013bf45580ab9b4e2d7f9f8abc607f360ead58468e1f392 90 1.00/1.00 vMB 1
624,297 624,297 000000000000000000052c9f9bccf47b5f2c01da5eaf01253eb06b0af9865ab3 698 1.00/1.00 vMB 5
624,296 624,296 0000000000000000000b81295a0d38a2c32fc2a64665d233210a773741099ae0 2,176 1.00/1.00 vMB 16
624,295 624,295 0000000000000000000d4952713d592c3aea872b03fd20548a40f5caee982efa 133 1.00/1.00 vMB 1
624,294 624,294 0000000000000000000fd25e8065e447361d824eb9bf8ca69d590ed3bfa9976c 1,995 1.00/1.00 vMB 16
624,293 624,293 0000000000000000000752428147ee384a8e7c5e493454ca7ea7fccda5d70c7b 2,536 1.00/1.00 vMB 18
624,292 624,292 0000000000000000000e7866305784ef00ed1e3c0b2fe901bee5b328461fd0ff 975 1.00/1.00 vMB 9
624,291 624,291 00000000000000000004bcf9282d6e80cd2860c11da24c3eff8f7f161667031d 1,707 1.00/1.00 vMB 13
624,290 624,290 0000000000000000001053fb1003864eaa8ec50ff825dc05853f77f033eda219 188 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.78 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: 709.59 GB
    • Received: 16.92 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.