Loading Tool

Explorer IconExplorer

Memory Pool

46,287 transactions
28.19 vMB
0.07538587 BTC
Random Selection Loading Transactions
Max Size: 149.25/200 MB

Candidate Block

Mining Attempt 4547c4be25063f7ac0042c2bb7c47b2ef63e889fb3a0555ac845bc424b07614e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 86c91ff02f382279315dba232bc77155e4c12162b49e8cc17eebab98179837bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.02080486 BTC
Feerates: 101.53 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (249,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,489 665,489 000000000000000000054879bc6bf80bd615ca85a0495df1239c957a2d43c567 2,743 1.00/1.00 vMB 40
665,488 665,488 0000000000000000000540f40d63f6019e0d51ae226215b7d4678be29eae0089 2,278 1.00/1.00 vMB 83
665,487 665,487 000000000000000000016709a3ce456115c5feebbdb3a151763bb7e64ad20a7c 2,592 1.00/1.00 vMB 84
665,486 665,486 0000000000000000000ca33d2cf249bfdbe4658d52bd41168e962af2a36ec423 1,319 1.00/1.00 vMB 34
665,485 665,485 000000000000000000075e34eb68c832fec9775d5ee5f19d9ee32e3a4e96f2d2 1,262 1.00/1.00 vMB 19
665,484 665,484 0000000000000000000c12187fa16207ee5b32185b4c852708f869c99abbf363 1,581 1.00/1.00 vMB 18
665,483 665,483 0000000000000000000a86f3e534fe24caff9b9dc068516040b6b950c80b4a4c 2,529 1.00/1.00 vMB 50
665,482 665,482 00000000000000000008ac4662a8607b33d14bac782b050a9b39c7994ea7294e 2,888 1.00/1.00 vMB 77
665,481 665,481 00000000000000000001e4bdcb6bd1b156118180f5b49e1a59142c7e649409a4 2,507 1.00/1.00 vMB 79
665,480 665,480 000000000000000000073528c959b9ec64a898c4e2c396e2981c6d6d2601bb16 1,850 1.00/1.00 vMB 23
665,479 665,479 0000000000000000000bdd91e96ea930e28b43843e4917a3a6726a0e81881db0 2,349 1.00/1.00 vMB 51
665,478 665,478 00000000000000000004f9c4a9b4976e7daf64815819aa89ffe4db07aa46abce 1,075 1.00/1.00 vMB 97
665,477 665,477 00000000000000000008764c48a6cf910e56c79a9e62aba1fb42df89750c70e5 2,753 1.00/1.00 vMB 42
665,476 665,476 0000000000000000000a4ee063c77b770b731d6b4b6ea674c8129aaa8fc4ecf9 2,462 1.00/1.00 vMB 81
665,475 665,475 000000000000000000025248d3e2a4e98a19679865ece247322c5f7e06484f7e 2,495 1.00/1.00 vMB 69
665,474 665,474 000000000000000000076dc51ad3615c7349540b474ae033cf304f8535e6849f 2,413 1.00/1.00 vMB 109
665,473 665,473 00000000000000000003ed4ee6d307cafa0185538bd7807eccaa243a525b2baf 2,662 1.00/1.00 vMB 41
665,472 665,472 0000000000000000000ba030c63ab7708b4f14cd3615bb6a6e87b9204ab9fe82 2,682 1.00/1.00 vMB 69
665,471 665,471 000000000000000000011d1d4062aa02c74a56db23ea047abe76085e2aac716a 2,388 1.00/1.00 vMB 77
665,470 665,470 0000000000000000000909c172ca86a4662c62c40b2b692dac0f7ab28d187915 2,724 1.00/1.00 vMB 111
665,469 665,469 0000000000000000000d22e0f4b08a34be71d27b0593b5565b7e550727526581 2,681 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.