Loading Tool

Explorer IconExplorer

Memory Pool

77,129 transactions
29.25 vMB
0.09302371 BTC
Random Selection Loading Transactions
Max Size: 176.68/200 MB

Candidate Block

Mining Attempt f21ed89aa0cfae234671b0c5f25aaab354032e0a42ca7b6eb779b221f6621d83
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root 8703b26d9f7b3bd6f2f847dd16fe4c52b094f1d40c62f7631cc48265f7230408
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,752
Size: 1.00 vMB
Total Fees: 0.02063742 BTC
Feerates: 82.92 > 2.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (762,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,241 153,241 0000000000000c4d7739bce02ef2a5e3a0cecf4b3b6916a119f3c7525da19d69 26 0.02/1.00 vMB 453
153,240 153,240 000000000000050e4f760a825abdbb69c0ffc97fb03e831c560602ee4e82b6b8 129 0.05/1.00 vMB 54
153,239 153,239 0000000000000a3f9c307bcd80affdcd5c23a30faabd600677de1b72703e53f8 19 0.02/1.00 vMB 75
153,238 153,238 0000000000000cd92fd16de6b5f19512894f2d6d75bc83f3179517b03a53cd07 24 0.01/1.00 vMB 144
153,237 153,237 0000000000000b03306f0086d6ab9e74abbbe39c2e2bf403623b9dd44006e12d 42 0.02/1.00 vMB 54
153,236 153,236 0000000000000cd84558f25514857bafaa012c61cf7b35abb817e0002e6e7d0a 42 0.01/1.00 vMB 262
153,235 153,235 00000000000003bca20c25f06f24718d14ee7e2d5988892f2b30f6e56904d775 42 0.01/1.00 vMB 0
153,234 153,234 0000000000000d9c2561dc2dc52ecf42214d69ecfdffd1bee4735a4018b248ed 83 0.03/1.00 vMB 72
153,233 153,233 00000000000007b9b5cb02102f319fd1b05b4af6bd9e66eccfda56377c1b5dba 32 0.01/1.00 vMB 48
153,232 153,232 00000000000000499d27fee1d5338d9d5886416e06c5c99e5547b6e2e78c9634 8 0.00/1.00 vMB 3,468
153,231 153,231 000000000000027f2b812baa2a43f768f8b69355ae50742554510b51d2b16874 14 0.00/1.00 vMB 59
153,230 153,230 00000000000007382a1a0707c7450d8b792d517f3c55bf661453f4e9ff1c40bb 120 0.04/1.00 vMB 33
153,229 153,229 000000000000028c03995548e32ec9c08634c47deaadded78bacdec08c4d25d5 157 0.05/1.00 vMB 9
153,228 153,228 00000000000007db54547742ec767f692010a2cc686c0d42c480c673a5f3c132 30 0.01/1.00 vMB 45
153,227 153,227 00000000000004c482bcb445601218bccb222e5703c5e5a52b46fce1227e9fcb 34 0.01/1.00 vMB 37
153,226 153,226 0000000000000773a176cfc9ee059b5c51be0bc5f486514f2725ade705a3ac00 7 0.00/1.00 vMB 710
153,225 153,225 00000000000002b24a44f306d1f3f1d1d2cee1a60e49166cbf47eafad438dac4 57 0.02/1.00 vMB 11
153,224 153,224 00000000000003271f099196cbf52033c19886b05d5ed37ee7dc4edea76247e8 76 0.04/1.00 vMB 65
153,223 153,223 0000000000000432a8cfc7397e75c0e4acc543a0a1b2b10a740c73ab47eeec2f 12 0.00/1.00 vMB 11
153,222 153,222 000000000000058b7a5dbc6f07ce8616b8bf876c245d3c84a87fd52df21855a1 114 0.06/1.00 vMB 93
153,221 153,221 0000000000000686c87b495fbb31c13c85d58bfc833d0447c8075fceb5df201c 22 0.01/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.87 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: 713.07 GB
    • Received: 17.30 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.