Loading Tool

Explorer IconExplorer

Memory Pool

35,445 transactions
33.07 vMB
0.07582652 BTC
Random Selection Loading Transactions
Max Size: 160.85/200 MB

Candidate Block

Mining Attempt 0c3cbb53a78e715ca779bd38871aa4580c33b21f8d9e32e10c02183182af46b4
Version 20000000
Previous Block 0000000000000000000199ae94d13ad1dcc1dfbec6b7e841c376ca01c3b01b47
Merkle Root 24ff2287a2706334ee3dbb5413f38cc1557c81f1cc6cbddefc46bece64e3e99d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,238
Size: 1.00 vMB
Total Fees: 0.00716426 BTC
Feerates: 194.21 > 0.72 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,318 (825,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,959 88,959 00000000000bd05239f6f2d6ba8ddabe2171c70897df943b1ff3ace8d6726759 1 0.00/1.00 vMB 0
88,958 88,958 00000000000755756272b7b447b62e4d863829884079cee6920cfb9f08282f32 4 0.00/1.00 vMB 0
88,957 88,957 000000000004cb51a6062957e9cd7a2d695e1f16760eef6376cf25b02706f8a7 5 0.00/1.00 vMB 0
88,956 88,956 00000000000de128f070c5b7c052b781b8ad6797c337544bd3a41b79cfbba0f6 1 0.00/1.00 vMB 0
88,955 88,955 0000000000145daca7c08bda4a04bb5548c5db9a72f157bd9a7a91d4e0f52b08 2 0.00/1.00 vMB 0
88,954 88,954 00000000000abae3ecb357d9d94f2922d19bcaf86e77525b0b4dc5dd6d9e7b37 1 0.00/1.00 vMB 0
88,953 88,953 00000000000ca6b8fcd9135b11b7b948163624ef46ec4ccef4ddf3bca236d753 2 0.00/1.00 vMB 0
88,952 88,952 00000000000be2c5403b691b115305036c6d32cddf138cc87677c19de04cff65 3 0.00/1.00 vMB 0
88,951 88,951 0000000000081152808a968ae0b57be59ada6cdf8eb925d4af9bc78e4e2daff2 1 0.00/1.00 vMB 0
88,950 88,950 000000000007ff1b8226b9c84c92469b0202ffaa86e1f1b22e3bfb173f8f9c84 1 0.00/1.00 vMB 0
88,949 88,949 00000000000f867ec9c53be3f20d247adb8fdb3314c277e9f44840ee3ef28af1 1 0.00/1.00 vMB 0
88,948 88,948 00000000000fc301d3dd8bd39030d166d6684c2108d48679793b3d7a3fc2a21c 1 0.00/1.00 vMB 0
88,947 88,947 000000000013be6bfa77dde2aab7dae0f65439683b2625e5df9cbe56598278f9 1 0.00/1.00 vMB 0
88,946 88,946 00000000000724c772e0c5ea30305fe4949457f835f307b2594215433bc15e31 1 0.00/1.00 vMB 0
88,945 88,945 00000000000091715df56f0d0a1738da6fbef1a29b789dc6fa03fbb21401e0c1 1 0.00/1.00 vMB 0
88,944 88,944 00000000000abd30fd5703c24ccf753e9fbe706903893ace5e430f3833bf1230 2 0.00/1.00 vMB 0
88,943 88,943 00000000000eea3e88a83e4a53ee9521a356f8544a5a3891e2025ba4f49281fa 2 0.00/1.00 vMB 0
88,942 88,942 00000000001428a932eb798f3c18788987e112104c1345907ed6ea47b30dbcb3 1 0.00/1.00 vMB 0
88,941 88,941 000000000001da9d3ac7f164f58ffceabbfbb65bc43899964688462867e38618 2 0.00/1.00 vMB 0
88,940 88,940 0000000000090bc5ed3aed24ad0eeaec1bd210e79efc5533524bbbb2963be819 2 0.00/1.00 vMB 0
88,939 88,939 00000000000599fe3d64eea17b6ff2550c6b1ed68b2bc4b1767ede36f155e0e1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 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: 581.94 GB
    • Received: 9.23 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.