Loading Tool

Explorer IconExplorer

Memory Pool

77,255 transactions
28.65 vMB
0.09025756 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt 63c5868b868d9d676e945667a6027913c9a68f348feb6ba3062cf1ae1deaebdc
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (426,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,941 488,941 00000000000000000007ace1105dd78a6b0d7ab62516452e89af273553a541df 2,353 1.00/1.00 vMB 37
488,940 488,940 00000000000000000068d82021b751fe1e21db6d5eb7bfb4af0ae85d1c77e406 2,303 1.00/1.00 vMB 131
488,939 488,939 000000000000000000ca553c61f5830654cf4ee8a065e0c40c70988afaea363f 1,941 0.98/1.00 vMB 153
488,938 488,938 000000000000000000f0926f4ff7dba588959c45dfd4a3f1be7c30c6e424ed51 2,365 1.00/1.00 vMB 73
488,937 488,937 000000000000000000bb1716a5354abdc06688090579c4204294c95c7088c3fa 2,021 1.00/1.00 vMB 80
488,936 488,936 0000000000000000006b996f2d3f67f7dee627563e9dad01b1d41f5040990aae 1,902 1.00/1.00 vMB 102
488,935 488,935 0000000000000000001acaab7ca40cc3d0d22f9e2356457d8c2c92771de31faf 798 1.00/1.00 vMB 148
488,934 488,934 00000000000000000038d52378f9b725ca774afbe64b82096054a342783f24aa 1,878 1.00/1.00 vMB 128
488,933 488,933 000000000000000000a0c43200714ef66fb53d3629444eaf03a8e749d7087463 2,431 1.00/1.00 vMB 170
488,932 488,932 00000000000000000090ed51ec54eb6cb24f1acbf480f9e1297264c0b900109a 1,823 0.96/1.00 vMB 83
488,931 488,931 000000000000000000f615fd4fde3cf8ce1a96c76e1c70862ea11bcf0f4a5650 1,668 1.00/1.00 vMB 113
488,930 488,930 0000000000000000008291bee4e32e51ae26fce88e226d672423d0c269c3c59a 1,953 1.00/1.00 vMB 158
488,929 488,929 000000000000000000392ec35744060a05d3cb3031baaa60541ca956b647a280 2,049 0.91/1.00 vMB 45
488,928 488,928 000000000000000000f8957d44a4bb57ac9e61a7c4e6f089c6eac0d3e974b4b8 1,900 1.00/1.00 vMB 78
488,927 488,927 00000000000000000006eb30da444ae3b530d6a3f7a1e6bc9324faf2762417cb 2,330 0.97/1.00 vMB 13
488,926 488,926 0000000000000000002333841e97afbf818120f0053d5192ea056244237361f1 2,374 0.96/1.00 vMB 88
488,925 488,925 000000000000000000b1512aeb4a5bc290195385fc3b249f9d941dfc3b64231b 924 1.00/1.00 vMB 99
488,924 488,924 0000000000000000009a54759c0f48e9b8be538c9af553e52accde96933c3cd7 493 0.99/1.00 vMB 88
488,923 488,923 000000000000000000334ef5f4265ca8e06edee5ec8775d14ea279aa93e176bb 339 1.00/1.00 vMB 88
488,922 488,922 000000000000000000b62981f91d124ccc8d638b4f55d6ff0443fde80063d638 401 1.00/1.00 vMB 88
488,921 488,921 00000000000000000025114d3e59cbfb07d482a8d2dbb7b49c60ad5dd47f2e9f 1,219 1.00/1.00 vMB 107
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.52 GB
    • Received: 17.56 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.