Memory Pool Memory Pool Refreshing

3,958 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,421 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,526 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,420 (862,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,784 45,784 00000000058ca4316e9edfb30df39bd55e2a62de348076c2d3fb4e85e9141e08 0.00 MB 1 0
45,783 45,783 00000000225d85b799382df645213930bcbc299d1ba84c2799cabca2be64ddd2 0.00 MB 1 0
45,782 45,782 000000003204a60d913ef7121234facb8c951b262c0f29a0402b4988dfe510e0 0.00 MB 1 0
45,781 45,781 000000003543422478ad2b727d36004e29bca1863b3747dfb743c249c7d33b8f 0.00 MB 1 0
45,780 45,780 00000000093ec62e050e4bd38cc1aacfd3c4e1ac181e1d13f30c8cdd78901ddf 0.00 MB 1 0
45,779 45,779 000000000c0267625f8fe9ac4d39c4189835de82407e83e50a534e9701ba74b0 0.00 MB 1 0
45,778 45,778 00000000048fb5be8831babe5be1077f8793c186d8c5bd114a6085a69b45c57b 0.00 MB 1 0
45,777 45,777 000000002bddf6a13361ed0b36d2bac80b7e15929f834a29ed1265ccb527b872 0.00 MB 1 0
45,776 45,776 0000000015c3f28157d0273d7cbfcb88a9cebbe5e7c3756e63aa37b12bd726ea 0.00 MB 1 0
45,775 45,775 00000000083b623e38430f7204a2573c9a0f0e27980f5d75d573425ed779af42 0.00 MB 1 0
45,774 45,774 000000003791c410809ba508e6b70d3c172ba1bdaa5934f371dbae4d5f7833aa 0.00 MB 1 0
45,773 45,773 000000001502c07052ed015b499a3b18733377eb06db245ebb2afb5fa050612e 0.00 MB 1 0
45,772 45,772 0000000012d814e271255937a67a1f9ef262e14835d5e806190f4f4a44eac910 0.00 MB 1 0
45,771 45,771 00000000077dcdc62648564982ae7925b93c5fd31510a2aabe420135add6056b 0.00 MB 1 0
45,770 45,770 000000001a7a1fa91d44bce45117a3cb4b50bffbe56954e5002c9dce7666f994 0.00 MB 1 0
45,769 45,769 000000002e98279e1fe8cf5b34113fcfbcf7ca911e8e073a82589eede3dd95e9 0.00 MB 1 0
45,768 45,768 00000000086ca794240b478b97785fac6d4e2af1fb8ceee0ba3ef8b6c5b5711a 0.00 MB 1 0
45,767 45,767 0000000001a7bb03e762ca857099a4e2dd0b4c5a5e2f70a2881d735235e9aede 0.00 MB 1 0
45,766 45,766 000000003406117b63a3c2bf01a2a6d6dbe50f62f921bd64d073daad1758f74c 0.00 MB 1 0
45,765 45,765 000000000294e37d94b4eb20f2a576dd7ca6b42cb65cd5e28e95bf7f1bf2269e 0.00 MB 1 0
45,764 45,764 000000001ebc3c597b2db5f5a2d8e8dfa608441027fabbdc71aca7fa33d3d6ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,749.36 GB sent, 99.48 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.