Memory Pool Memory Pool Refreshing

538 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (58,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,569 849,569 00000000000000000002560cd1a645c1e837a0e5eb25d28d35d46e9828f41ee6 1.62 MB 2,512 12
849,568 849,568 00000000000000000002988fea27e4e8713a61019135cab346dc471261327302 1.60 MB 2,885 10
849,567 849,567 00000000000000000000cf493e398de3b33428aaed7411cba8b01ffbefc868d4 1.56 MB 5,507 17
849,566 849,566 00000000000000000001ee47aeae99cf79ae0da17ffffad73ccb036fa81eb3e7 1.49 MB 5,895 23
849,565 849,565 0000000000000000000307e256d3cf756f9e02d0504187086eb6ef8b5f409657 1.46 MB 6,597 15
849,564 849,564 00000000000000000002471489e05f36eff81b2819d0b99d8fc809ab4b083cd8 1.48 MB 6,531 20
849,563 849,563 00000000000000000001eecb2465b6689d4e4a353ab179b7b36c0da56cdc8c3d 1.46 MB 6,845 24
849,562 849,562 0000000000000000000301db8a61fd6dae556546ec7c63ba13468f1f460e498e 1.43 MB 5,979 30
849,561 849,561 00000000000000000000e51f4863683fdcf1ab41eb1eb0d0ab53ee1e69df11bb 1.47 MB 6,582 26
849,560 849,560 000000000000000000002f7cc26a75dc3516dcbf70262657b99573f73baead08 1.64 MB 7,239 8
849,559 849,559 000000000000000000033daba7a4ab3eaaaca41765dc5e0cb11d193acc45b90d 1.59 MB 5,450 9
849,558 849,558 000000000000000000020635d7623e7ace11f38c00cabf6e666f4bb70787175d 1.60 MB 4,393 12
849,557 849,557 00000000000000000001994cfc78649b31326ea890ccf3982fd2861335fdfba8 1.61 MB 7,634 7
849,556 849,556 000000000000000000028029ff2d09b186e9260bd3d9da081e325094fd2b2707 1.66 MB 4,834 10
849,555 849,555 000000000000000000005cc57c003355915665122f3cbcd8039a13d697306dde 1.74 MB 3,721 13
849,554 849,554 0000000000000000000152b1f5b64fe8f9ef7f6c9404e7583acd3c8e28b6534a 1.60 MB 7,069 8
849,553 849,553 0000000000000000000093a04880ebbbdc1ae13c9d5265190238fc9a778551bd 1.62 MB 5,200 11
849,552 849,552 00000000000000000000fe875f33cbc2d77d97127f22e824c111e4f1f08786e0 1.54 MB 5,137 9
849,551 849,551 00000000000000000001c465b19ee8024b43b77f79ca54ce2896e80f2dc0c235 1.53 MB 4,994 10
849,550 849,550 000000000000000000022278ff608166e74f952f76d99cfe39890a97d3cde214 1.66 MB 5,629 10
849,549 849,549 00000000000000000000907a56c5748d3da03449277fc9616ce2d7b5567ca704 1.61 MB 5,679 10
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.