Loading Tool

Explorer IconExplorer

Memory Pool

85,209 transactions
31.47 vMB
0.09072259 BTC
Random Selection Loading Transactions
Max Size: 193.18/200 MB

Candidate Block

Mining Attempt b7b2ce85ac28ad8b8878b1da9f82bff05463957b2e837be6b4e0d8571e20852c
Version 20000000
Previous Block 00000000000000000001b29add78d99cb5e061a5e72df6fb885a5387183d5902
Merkle Root dbbce236926b6f3065147cea6c46e397a78ce2af7c77ad4babd35ca5aedecab6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01374524 BTC
Feerates: 217.72 > 1.38 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,365 (751,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,941 163,941 00000000000000fd17bfb80979d8aab3ed508f13a6ba58e372f69f6304cb490a 69 0.02/1.00 vMB 75
163,940 163,940 00000000000005f9bc09b221d96c305dd6297b45b481a2814f77582a87a2c89e 32 0.02/1.00 vMB 133
163,939 163,939 00000000000002691579416dad42380b1344ad8ef7cca43b6a3ece233d68b8c8 30 0.02/1.00 vMB 302
163,938 163,938 0000000000000bc4b71f8fc27e7f8bec3584fc7d5ab3880a3a06e9a0292940f7 14 0.01/1.00 vMB 304
163,937 163,937 0000000000000061146cdfb5b19e5a16e95c8a58d07e31b8c2fb03f5e37ea882 47 0.02/1.00 vMB 0
163,936 163,936 0000000000000895ad5094bb7c92a81e089aab8a9e8042327ac0912063f07f0f 66 0.03/1.00 vMB 256
163,935 163,935 00000000000007a22d3be25091878a6fd0f3b1b933afee7e3a5469997846dc9a 60 0.05/1.00 vMB 115
163,934 163,934 0000000000000a167620e964ba7c491466350052301cc74da5994793e7d9e369 35 0.01/1.00 vMB 250
163,933 163,933 00000000000005c8aa84bb25de000103456f0243ce436384805d33cd3c8f9df9 58 0.03/1.00 vMB 133
163,932 163,932 00000000000009539ea70194f7d7bda56562d10e4c62dc308a32172e5d35e1a7 45 0.01/1.00 vMB 110
163,931 163,931 0000000000000c97cb2e4d5aaf1179b284427559574a77188aa862cb91d1c422 37 0.01/1.00 vMB 274
163,930 163,930 0000000000000b8f8614df837e49d11258398c942708346ac8ec6a8170d67cba 58 0.02/1.00 vMB 176
163,929 163,929 0000000000000073f32a263be67dfd47f3aa1745ca9b91388daae20e9f8fef72 15 0.01/1.00 vMB 239
163,928 163,928 00000000000000f7aeee3d6196e85ff668e2a4afc5599bb1b8d187879681c474 7 0.00/1.00 vMB 0
163,927 163,927 00000000000001a501f8b24b658fcc2d8fc6ea1b4a6acfd9d1567370033e16fa 77 0.03/1.00 vMB 122
163,926 163,926 0000000000000af847491b6601a630b6dd913e97a54c66a854f2bb9a7e1e8e7e 90 0.03/1.00 vMB 47
163,925 163,925 000000000000012af10d456869fc953967a88fdcd77f5cf1339d19dbaf2827cf 53 0.03/1.00 vMB 116
163,924 163,924 000000000000063dab9e7e4560e1d54ee1c77954fe28859d28292cb7c22a7622 13 0.00/1.00 vMB 28
163,923 163,923 00000000000008262b06e642413ad6c3c6d3a3ed915597ac84b9f12bde43dee7 24 0.01/1.00 vMB 85
163,922 163,922 00000000000008c45b75deb7bf8e9271f04a88d32e65bd6f2e98c951197c6ddd 35 0.03/1.00 vMB 696
163,921 163,921 000000000000056724629d7a736a81230a88f309e3990f1c81dc85a42aa98531 41 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.02 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: 719.47 GB
    • Received: 18.07 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.