Memory Pool Memory Pool Refreshing

5,585 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,829 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (716,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,541 191,541 00000000000001788c4a9f5f202d3bfcc8a05c3e29e2471fbf8fe88f724a4f2e 0.05 MB 128 81
191,540 191,540 00000000000003f7999e848efe3fab72a27ccb076884a4034a38fcde41298c8d 0.01 MB 32 164
191,539 191,539 00000000000004fc8497dbaa758ef6687171ad75dd7a350d3a080fd6035fc505 0.34 MB 812 141
191,538 191,538 00000000000001144c831f23962b361c8c6bde214760b1458cfb068e0e55350a 0.02 MB 60 101
191,537 191,537 00000000000007689ae3a8e2955b702ff30949e27471a617a99f908193efcba0 0.05 MB 127 91
191,536 191,536 00000000000007d7b9dc0bee27afd43f2e195952aa482f65c82464616dc20993 0.07 MB 154 102
191,535 191,535 000000000000017a04ab9b996187dd8abd670ec8cab6eb858c4a555436f013f8 0.13 MB 327 120
191,534 191,534 00000000000006b2bfcc29c6be586227caa84e5faaaccb24513c097bef961554 0.04 MB 133 8
191,533 191,533 000000000000039cfd2d27da6badc8dd48e46e8292f940639de4933b8b49287e 0.00 MB 10 0
191,532 191,532 00000000000003dfd960330f5f61853f9dd2a13887378009f59d15fd65860b95 0.13 MB 317 137
191,531 191,531 000000000000079537b9858e8aff7bdf4274d502fd1369f89c652130dd12f86a 0.25 MB 623 132
191,530 191,530 0000000000000404fbf96d756fa017a6bac82c2377951cf96244366b38fefe47 0.02 MB 46 78
191,529 191,529 000000000000057cfbb718d1b414737dd3d9daaeb5474e58d6dabde0e1f8f010 0.22 MB 411 112
191,528 191,528 0000000000000039003d672f6a926b5d1b3fb2f41a2111d6bfe87c1222404f21 0.05 MB 131 142
191,527 191,527 00000000000007bfab57ddfedceb87d3c4aebfd94881cfb4ebecd5250281be61 0.09 MB 145 72
191,526 191,526 000000000000067fc3d3d13ec2ec762322d161c49e0af0c0113ff18057f646e6 0.00 MB 1 0
191,525 191,525 0000000000000149fe5264337f139f05f652c438e8b870cfa06cb9faa50684d6 0.00 MB 11 29
191,524 191,524 0000000000000311bb4540247bf5f25b072062a63b8b60d7d381f83ac11d12c5 0.05 MB 128 135
191,523 191,523 000000000000053a88c74a8664db4c295895cab92cd8de9bb7ccb479729b8d20 0.01 MB 19 138
191,522 191,522 00000000000002f6f03d8d1f3e560fd345532541d1a2df915e2e63e044d8fd9d 0.43 MB 1,251 59
191,521 191,521 0000000000000527c974eb3aee2846a9541cd25111e3ab2afe6a9701ad5d95c0 0.42 MB 722 116
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.77 GB sent, 94.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.