Loading Tool

Explorer IconExplorer

Memory Pool

75,850 transactions
28.13 vMB
0.08838629 BTC
Random Selection Loading Transactions
Max Size: 170.58/200 MB

Candidate Block

Mining Attempt baf353792baef1a00c264ed32fd441c04d8c216c65aea5e8daf9ffc5441c567d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5e4e1a25ab71932e8220b8282f5394b1b2c4c21eaf54655d175390bcfca6c1fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02704118 BTC
Feerates: 150.80 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (192,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,850 722,850 00000000000000000003c1df851822b53e3e870c44dc9a9ed6fb1073e9313b3b 2,247 1.00/1.00 vMB 16
722,849 722,849 00000000000000000002c2b9765a1b935bf81ef4cbd0a37987a1e5301ca3164e 438 1.00/1.00 vMB 3
722,848 722,848 000000000000000000050ded369edbd9a6310e5673e2cffe61f487ae25b493d6 649 1.00/1.00 vMB 4
722,847 722,847 00000000000000000006e330f053cbfd64c7d6a5b6e34b974ce2c15578eabb6c 1,625 1.00/1.00 vMB 11
722,846 722,846 00000000000000000009c16669c37774184b1100305a5f6ed1b4549b97063049 724 1.00/1.00 vMB 4
722,845 722,845 0000000000000000000a00b3c36ef22d8ff5599bdfca5381c0aa5b3b16f4db48 1,174 1.00/1.00 vMB 6
722,844 722,844 00000000000000000007bd1230b44a7bb91ce0957cfc19536e4483365d6f54d2 839 1.00/1.00 vMB 6
722,843 722,843 000000000000000000094a2a8bb8015749ff53f67a6f990651a40239c162d5e4 874 1.00/1.00 vMB 4
722,842 722,842 00000000000000000004eff1e7b754bd6d3ea81835d72bf5b7dc85b0730241d9 2,117 1.00/1.00 vMB 11
722,841 722,841 00000000000000000005375da13c140f5d5ba1ed8dc59556e9165b60ded30ac4 606 1.00/1.00 vMB 2
722,840 722,840 000000000000000000052744c3ff3c509cb9b5046160d228262debe008ed63e4 1,421 1.00/1.00 vMB 3
722,839 722,839 0000000000000000000752bfc31068c42eba48331a7021471a7d9284e5561358 2,897 1.00/1.00 vMB 17
722,838 722,838 00000000000000000008e71255177a0e1f0a92ae328609bc0ae894ab4c6123aa 1,003 1.00/1.00 vMB 3
722,837 722,837 00000000000000000003d7c5758794a415a7aa6d7df915ca9917d7e90cf2703c 1,798 1.00/1.00 vMB 13
722,836 722,836 000000000000000000034739de2cd5a875d9a6cb3332cf76ee8ea0cec88569be 1,030 1.00/1.00 vMB 13
722,835 722,835 00000000000000000000a23e011270e902056e5664f344b4fe655c2ec2ed4f88 1,607 1.00/1.00 vMB 5
722,834 722,834 0000000000000000000756cee2ecd98ec23bb35fdaf7ebbe661f24a0729f8b3b 2,436 1.00/1.00 vMB 5
722,833 722,833 0000000000000000000912d861f1e522a6d3962572a70ca20ca0580a30c9455d 3,749 1.00/1.00 vMB 12
722,832 722,832 00000000000000000005d1ef4a5dd3211a163beaa7bdd71e5fe52350b7993f4f 3,027 1.00/1.00 vMB 11
722,831 722,831 000000000000000000061f3d2d05082c9317fe38438f7b475b7853f72a92a901 1,908 1.00/1.00 vMB 11
722,830 722,830 000000000000000000047e9da59722b9be280721d4ab1e3a04779cc98693a1cc 734 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.