Loading Tool

Explorer IconExplorer

Memory Pool

26,370 transactions
11.05 vMB
0.04214643 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.99/200 MB

Candidate Block

Mining Attempt abd1012264834a8f674bcbd7f814e4fe909171735c108bacdbbcad63939bc0c5
Version 20000000
Previous Block 000000000000000000018eeec2e5b9ba9206fddda6378af044f6446ee9562c05
Merkle Root 8b1930c7be85bae973b855af3f0eaf17a919a8b27fc1b96313d8da5162e3e679
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.02356195 BTC
Median Feerate: 1.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,555 (698,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,135 215,135 00000000000003608566d31c2c5f736d3d888fea46b93897134779bd59de9fef 449 0.18 vMB 219
215,134 215,134 0000000000000317c2d02756a59f612546df0370ea3e40d8043fb558966f73ed 403 0.18 vMB 193
215,133 215,133 0000000000000429e8b6b8e3a8183023d9384c701e58644b96dae961e02e9ff9 425 0.33 vMB 111
215,132 215,132 00000000000001ce9fcf436c1406de978ff4e2c44637d73c1f1fe139b8aa6775 647 0.25 vMB 186
215,131 215,131 0000000000000184c2680e8f95c88589043406523c4b8f0ac31ebfe8d1b8f7a0 816 0.43 vMB 185
215,130 215,130 0000000000000316823303ade1b26211d0dedd5dbd7b85501201db365bad89a4 762 0.35 vMB 157
215,129 215,129 00000000000003709702c672a6bf21972e47034c56b0e3de0fb153d2de09ce3b 512 0.19 vMB 250
215,128 215,128 00000000000002caa0aef5665bcde3a0705ffea59ba240827c8d3ae85b144246 803 0.33 vMB 195
215,127 215,127 00000000000004e4d5771621599c88ec553260955d0e588f50219f31ef8cb681 11 0.00 vMB 67
215,126 215,126 0000000000000431d16b2597b86276763efbbb5544c9cd42c203cb81db6388ac 11 0.00 vMB 487
215,125 215,125 0000000000000357f7d9d4180cba55e2e740100b45a6652ce06d6cdbccbffea9 237 0.12 vMB 142
215,124 215,124 00000000000000784382a9164c77888b43ba77748f14041b15188fe0d9faca3e 171 0.09 vMB 143
215,123 215,123 00000000000001ce6a9f99bc7a52bb100fd4a380cfe0a4ab294be52954af4e34 603 0.21 vMB 222
215,122 215,122 00000000000004ca515fa7672f2968cd92fb1eb35aea4d46733ed33538eb6959 128 0.23 vMB 36
215,121 215,121 00000000000000168b517b41ced50148078e54c2deafadab94e76c029aec55f7 262 0.15 vMB 172
215,120 215,120 000000000000029f07fb337febb410550e19e9d3ce8db5d4cf76c3b1d68be56c 85 0.13 vMB 60
215,119 215,119 0000000000000572928eb0963cba5510d36fa2f3535578d59b05f1cea83c7efa 350 0.20 vMB 150
215,118 215,118 00000000000003fbae73d26e5b90ab0711eeb24743b19a256bf84c733ef8bc1e 256 0.15 vMB 174
215,117 215,117 000000000000002d9c8e620c56c09ad985b692c2e06aa306acbf42f3ce2b067a 693 0.25 vMB 317
215,116 215,116 0000000000000310a0c0210afd208add45aaf4c8f9825d01969b2c4de396a9c0 11 0.00 vMB 591
215,115 215,115 00000000000004d4a9d3ad33ee62d28e486f018c4386541799a3e9e314d15160 413 0.25 vMB 128
Previous 10 blocks ↓
Total Size: 779.83 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: 421.20 GB
    • Received: 2.27 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.