Loading Tool

Explorer IconExplorer

Memory Pool

81,049 transactions
29.83 vMB
0.15052226 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt 40ff2c8034f3d5eb5d13066da9e234d41ca2014e9580d3a89f86005c95ef59a9
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root fc83316598381509420ffba7c95c51547b031c1b5453cb6aa31cdde26b2d7bb5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.05705106 BTC
Feerates: 1,002.91 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (212,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,257 703,257 0000000000000000000e9436b677c4e7da7668360a79256338fca536b3bfdd58 1,637 1.00/1.00 vMB 5
703,256 703,256 00000000000000000007854cc3bca100da0cf02af53d45092abe50fce97c9eb4 2,231 1.00/1.00 vMB 7
703,255 703,255 0000000000000000000d7895522e94f8cff7140e8811901dce2ffa894e7b40ea 2,332 1.00/1.00 vMB 20
703,254 703,254 0000000000000000000db9f911d9456e6cf169ffc9996ab90cf83eb5353dd617 2,932 1.00/1.00 vMB 10
703,253 703,253 0000000000000000000d1abe5541bbcc83c7634b8952a2d66a9c2ffb7e4499ce 2,669 1.00/1.00 vMB 8
703,252 703,252 000000000000000000004f352eac33ed2f921b8309d1f5f74ee08adcc2e0a3be 2,321 1.00/1.00 vMB 9
703,251 703,251 00000000000000000002f419c1ba8b47805ed16d6930559f6e2efd1488ddf144 2,817 1.00/1.00 vMB 6
703,250 703,250 0000000000000000000c7980a3ae1b049ecf9fb3e1f81ca5f28744e43c85445c 2,090 1.00/1.00 vMB 11
703,249 703,249 0000000000000000000ec15d78ef59f6c57f1b18bf9e9366fbd83c091c70bf8a 1,672 1.00/1.00 vMB 9
703,248 703,248 0000000000000000000d75320a358f8ec578e161306955b0218319dcf189598a 1,405 1.00/1.00 vMB 9
703,247 703,247 00000000000000000006fe7780cc5805a21592ec2a7e6576ea010b31e01d944e 3,019 1.00/1.00 vMB 14
703,246 703,246 0000000000000000000358e573cf611ad6c4e29e682c6d18f64aad9f1ccedef5 2,213 0.79/1.00 vMB 8
703,245 703,245 000000000000000000060cbb7836cb5f01402c5a4dae74a4201a324cf01993ba 1,139 0.47/1.00 vMB 9
703,244 703,244 0000000000000000000c1190ceca884f0b40804f6703aca8da07e1bc0a28056e 1,691 0.57/1.00 vMB 9
703,243 703,243 00000000000000000009eec074c2c6115f4b985ac0a5f0034ec8d34a55246336 2,465 0.90/1.00 vMB 9
703,242 703,242 000000000000000000011757f6bcd84677e9357c6752c149d0b4aa5c208e89a5 2,302 1.00/1.00 vMB 12
703,241 703,241 0000000000000000000782333b6067d930f99222e35bd7c4a3c0d1fd22a3c8f3 847 0.31/1.00 vMB 9
703,240 703,240 000000000000000000011164906b54d7948c2e8b6a70dc699cd2a180bc939c8d 435 0.12/1.00 vMB 7
703,239 703,239 0000000000000000000cc525b08646fb72a7810eaef961eb347db8c615d126b6 2,853 1.00/1.00 vMB 11
703,238 703,238 000000000000000000065ef50be8716b8a86ca43a48fb8ccafb676a96df3cd86 1,576 0.57/1.00 vMB 9
703,237 703,237 0000000000000000000e8d8bf9e972f4253fb75fed4655b752d0a931bf273d33 1,303 0.47/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.