Memory Pool Memory Pool Refreshing

6,268 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (714,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,640 193,640 00000000000000bef8b504e0caaca7c144602ef31e7554f99f17730d4ad2516b 0.00 MB 1 0
193,639 193,639 00000000000001beaa7869a0bb8cba933665efa2dbe90a106976c610f9b414f1 0.00 MB 10 30
193,638 193,638 000000000000067815aef7b17746d56a2a2439f230c198d7ca643cb241e2d36b 0.25 MB 689 139
193,637 193,637 0000000000000324449b64dcea2bac05d1b71ae56d8787b1b649d684b1e433c8 0.25 MB 371 98
193,636 193,636 00000000000001d2a11a7b39777a38462aba8511c40cc767e825c3a62eb1f3f4 0.05 MB 120 190
193,635 193,635 00000000000004587f23e5b3173911ca5b1828712e189786b7b2c4d66a77fd2c 0.20 MB 773 222
193,634 193,634 000000000000030e470f4bccd98a02bd41a2334e8c454e85e9fd59434735d4da 0.00 MB 11 16
193,633 193,633 0000000000000133401bbd723ab72a35fed5e5da4c3476ac1086994cef76dafe 0.25 MB 477 109
193,632 193,632 00000000000004317b7b5553df9d295a46cc33da6d4601c0fea6b31be9441b8b 0.00 MB 8 64
193,631 193,631 00000000000001948bcd9bbe143a8495d64bd46006c47472e6f28d729fa28bf7 0.03 MB 94 63
193,630 193,630 000000000000075d94151335507a101c5351e28d436ddc98d9f0ddacb639cc9a 0.25 MB 742 250
193,629 193,629 000000000000014e339a0fc3fd917303e6d487aa8924d19c0465ee261c38fd4b 0.25 MB 443 92
193,628 193,628 0000000000000460a3d98ae00ebe732075a79f23713bd35b90117ae692bcc16d 0.00 MB 7 14
193,627 193,627 000000000000004b5fc649e5404dd9259b17304247b967c9e0b691c9a7a0b47b 0.05 MB 172 10
193,626 193,626 0000000000000533dcb6a47558e0b59d12c68caa980ac8f3666baf8e46115e7d 0.25 MB 754 195
193,625 193,625 00000000000005ad15d36376a4183af0d3274b8400229c774b293ebfcc296c75 0.18 MB 505 150
193,624 193,624 00000000000006a6d71983ac14455c85b06418ba2a146e992d23a6a7789dce19 0.24 MB 405 108
193,623 193,623 00000000000001eb15e91b19fee7c8733fea236421f098330f3bd2417c4d16b2 0.16 MB 405 127
193,622 193,622 00000000000004fd6e380d10400c4a58d23d129d1bf9f5b109808504b015eaf8 0.13 MB 223 84
193,621 193,621 0000000000000177d3ab932a7adc87fe72a2e24160747067b5b2920b6acbd6e7 0.32 MB 716 191
193,620 193,620 00000000000001bf935ec5b8e18eb6cfe7ed6e39ec2630fa2a053002eb6fe21f 0.02 MB 30 62
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.