Memory Pool Memory Pool Refreshing

3,736 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (75,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,773 831,773 00000000000000000002c087c2fb173c935027c4046cea6f82dffe5522fcd266 1.14 MB 612 10
831,772 831,772 00000000000000000000203f6a2824eb5ae09f7d0fdefb0e8feddbb57ba4ed7e 1.34 MB 1,132 11
831,771 831,771 000000000000000000004129414a2459223f4672289b1db78da9fe3a8b2ed451 1.42 MB 2,132 14
831,770 831,770 00000000000000000002c0ecb91f64c77cd68c9257082b42056c91d6b3a78121 1.21 MB 1,076 11
831,769 831,769 00000000000000000000e19b7294fa7c2ddc3041f370922dab49e78c0bd692f4 1.75 MB 2,875 12
831,768 831,768 000000000000000000012d4a8c58d9cfcb6196a94edd69de6e0e6e4e9cfc8720 1.65 MB 3,362 23
831,767 831,767 00000000000000000001485a59c34b160428f52eb8b3e9d17f8a49f101cf4ebb 1.83 MB 2,735 13
831,766 831,766 000000000000000000023912eb53f8b3dd2f77a8a131a1c4bb4c02fada091337 1.67 MB 3,315 21
831,765 831,765 000000000000000000013031d837332f973aec11b11e977ee390987c3e292674 1.71 MB 1,748 12
831,764 831,764 000000000000000000007e38fac4d55a082227b1478da4b2ad0e2a2719aa4027 1.74 MB 3,227 19
831,763 831,763 0000000000000000000151ea1161f0cd35c6c0801a3f1fa2a2a5df47f2e1e265 1.43 MB 2,079 19
831,762 831,762 00000000000000000000a1c6ed27c9ce795d20dddc30f35578d36f59f1bd815e 1.25 MB 1,101 12
831,761 831,761 000000000000000000012bce5301a35b68e83fbfb20c05e2efdebc4a59c063b5 1.68 MB 1,751 13
831,760 831,760 00000000000000000001f0610251d4153394375b30d65ce07fa20f32a2e6736f 1.65 MB 3,069 21
831,759 831,759 000000000000000000028960057e8408c8320171029f1647a3463cdf5b454814 1.54 MB 2,109 17
831,758 831,758 000000000000000000020db43d7319a6505819d520be1d402b2b7aa5577e4d71 1.15 MB 457 12
831,757 831,757 000000000000000000025795861f26a74803cbed59815ea61dca682172dbd506 1.53 MB 2,093 15
831,756 831,756 0000000000000000000173e39d27245e658d4037b0b65f3e43a5c17ff5c67104 1.26 MB 1,393 12
831,755 831,755 000000000000000000007cb6a56bbdb5374bd175129affa19b5492ed41e901d0 1.30 MB 1,524 13
831,754 831,754 000000000000000000013d2dfd11df39ec47f6f95648d58e0b594ce53d71fdce 1.13 MB 889 12
831,753 831,753 000000000000000000017301eeaa86981627cca4beb009aa2aa93d29b7a6f3d9 1.14 MB 820 12
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.