Loading Tool

Explorer IconExplorer

Memory Pool

25,697 transactions
7.29 vMB
0.03139126 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.58/200 MB

Candidate Block

Mining Attempt 9ba964929ed5a0f94b6f3ce13322e86dad92ba9cc84cca014aa288ccb1577cca
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root 9231c1f980c7e6587d4379704833fcae5e2b3eef03fcb8a85d3e553d4d47cd7d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 839
Size: 0.35 vMB
Total Fees: 0.01168896 BTC
Avg Feerate: 2.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (767,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,236 145,236 00000000000001632f6f327a85a8f7d03696a2115ebcf2db9365a23c0ef6135b 0.03 MB 63 137
145,235 145,235 000000000000086f8a5703d3275f2d79b909e16c0e7635607aaeec1b2cb41e4a 0.01 MB 15 35
145,234 145,234 000000000000055cb1d2c7106125741f94b1917c29645d323dc12c33aacdfba2 0.00 MB 1 0
145,233 145,233 00000000000001f151960f0d111040db150076b7db64b77f5b804322dc0a0709 0.00 MB 17 446
145,232 145,232 00000000000004f30687599486b6d40c762453cdd619e60885168347a069099c 0.03 MB 88 70
145,231 145,231 000000000000053d1b0855a1cda316d2d0c245b3904e2ad52d8b13bd47ba67f1 0.01 MB 18 148
145,230 145,230 00000000000005cb7851af9aea37261b2b7c580704d90c9c57b014d1173a2c2f 0.00 MB 7 26
145,229 145,229 00000000000002ccf1da3ef75740dcf9df9756a5530fdb6c0976cd054407ec69 0.01 MB 18 336
145,228 145,228 000000000000001cf07e323d70d90ab60ef771f6882581284a4edbcb9baf99e4 0.00 MB 9 90
145,227 145,227 0000000000000719bc336076d77bd427fce40c99c7a4b7a562434863a5367dad 0.01 MB 15 199
145,226 145,226 0000000000000298ed7ea5793cb19c243fbf11ce41bc82e39e5de894d374fa6c 0.04 MB 107 156
145,225 145,225 000000000000075ee6eb6aa7431ecfbed53a1947688fdcfb152da427a1efd9d9 0.00 MB 12 35
145,224 145,224 00000000000006c93f2ce83894a13faff5fa786fd28b29870f7c8ec24cae2535 0.01 MB 38 123
145,223 145,223 0000000000000971a57bee785aac287f30cb02db8f2bcf6fcbf99dadf0c2e15f 0.05 MB 111 180
145,222 145,222 00000000000003cb214ccab7d96db8d9a1bbb775a70fbfe3e47e6547882d1cce 0.05 MB 96 117
145,221 145,221 000000000000049cd46e0f31c4d10edfc6de09a4faabb7a2f5f5ede537203446 0.03 MB 79 81
145,220 145,220 00000000000002b6a49323d5cde26ea1680f82438be51b41fb1d62bf1c41f410 0.01 MB 20 181
145,219 145,219 00000000000004f691df7ebc43a3b35a5ce21f1b68b4163ed8ef7b368931e760 0.02 MB 61 92
145,218 145,218 000000000000047b12f4814757a3a6e1c223bd13f480c6320810dac7fe2169e3 0.00 MB 3 80
145,217 145,217 00000000000009573581ec2079cadc5846e08373f64772790965b5039861551f 0.00 MB 14 111
145,216 145,216 0000000000000984244c2f245affc977a8c2345f6bbfd41cc91b30d7f60f7bee 0.00 MB 3 57
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 59
    • Outgoing: 10
  • Data Transfer:
    • Sent: 110.42 GB
    • Received: 0.36 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.