Loading Tool

Explorer IconExplorer

Memory Pool

40,479 transactions
16.43 vMB
0.12293437 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.78/200 MB

Candidate Block

Mining Attempt 95de8bdcc33d431cb26499b64ba17aa6ffdcc7b2abb68b6e9135011314b0e2d6
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root ef8e73d65a80008ed9c8e8dc8bd33005fa3eecfb6bf427392ad6221f9b5e02ba
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,975
Size: 1.00 vMB
Total Fees: 0.03833061 BTC
Median Feerate: 3.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (755,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,602 157,602 0000000000000ae32eab538f081198cb2aa6cf04be18e07e8963a75ff470d7ba 19 0.01 vMB 100
157,601 157,601 0000000000000a93999d433b16c8ce44512533003bfd7fafce94ade253b3c295 123 0.03 vMB 59
157,600 157,600 00000000000008fc67fd0e4f16c538c4fb4a06e328d8be2bcea218741bbaeccb 12 0.00 vMB 0
157,599 157,599 000000000000038eef738557bf0becdecd52406c02e9b606a76bab04e7851b3a 3 0.00 vMB 290
157,598 157,598 00000000000007a000b20cffb91a3aea4d4baa489745a1c672f248e722d3678b 52 0.02 vMB 160
157,597 157,597 0000000000000e07d5356661d1ae0f9c5ea2a0091894d6727d8ae00d7175da00 152 0.05 vMB 34
157,596 157,596 00000000000002c31e6cb411f9a142c2d47c7fd498230cacfc96d921cbbde363 27 0.02 vMB 559
157,595 157,595 000000000000077c5331d3e679f4db117d85c9538f1442cf65f654635c79c237 28 0.01 vMB 169
157,594 157,594 000000000000052c309b1c3f9fda740bcde895fe40acf481065d754be24ea8a9 1 0.00 vMB 0
157,593 157,593 0000000000000986463e08e64ba2968f7f11b2a26ab6b0a043744a60f9d23a60 25 0.01 vMB 304
157,592 157,592 0000000000000a234682766b3dea1e2015948356e0416d56be4e171953c7c8b9 41 0.01 vMB 38
157,591 157,591 00000000000005693a7831fcdf5bab947b22c85a030d80c06664b1f0a453b924 13 0.00 vMB 40
157,590 157,590 0000000000000a1b92126969c71930b51e4ab7ed64a31a9ad006d64af6db8a77 2 0.00 vMB 125
157,589 157,589 0000000000000b64291bb08c7c977c20562cc58db5eebf75360fe10e1e515b84 74 0.02 vMB 41
157,588 157,588 000000000000012e14cf26d9d039df793351e93402bf00026786583f2a2abeba 12 0.00 vMB 35
157,587 157,587 0000000000000105ff95035c8164a7bae27df8104e9d19a75fb6e400b860ee6a 102 0.03 vMB 74
157,586 157,586 00000000000009b8839dc592e64eddc85dbc42dc75963747fec67ff2356fd229 19 0.01 vMB 294
157,585 157,585 0000000000000ccf30f4f56e1b32ce1ecbf7fa812c1f688bbd110533f3b29f9d 62 0.03 vMB 336
157,584 157,584 0000000000000e4f461cf1e26448750d2bdcdc3a8364ac8bf503e16aa93a5098 25 0.01 vMB 151
157,583 157,583 0000000000000dc34ec0f3d6bfa4d7582b71295c7cd3855f4b51257dcff802f1 14 0.01 vMB 34
157,582 157,582 0000000000000100f71ed3f6228787be1acacaa63d4c8148bd5649d8b1e81dea 35 0.02 vMB 129
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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