Memory Pool Memory Pool Refreshing

5,369 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (74,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,659 833,659 0000000000000000000179a703379c220aa3e93896c17c0951257a3f008ecefa 1.54 MB 3,003 49
833,658 833,658 000000000000000000022f32385f755f70672d8f8a4ee4f319fd09a787be982f 1.65 MB 1,196 13
833,657 833,657 00000000000000000000f3a6f86839e6a1292a7eacb0a5a424803fc8c26462e2 1.65 MB 2,563 29
833,656 833,656 000000000000000000021f0de76f27e7fda5748756c738f72dbbc221a8093e2e 1.63 MB 3,092 33
833,655 833,655 00000000000000000001a460d9b606ad4aeeef1bfcd0d25c9952bf272bccce68 1.74 MB 3,859 25
833,654 833,654 00000000000000000001bea3bdd51d3fbb367925df3da1fa660734c0be93ff45 2.29 MB 1,908 15
833,653 833,653 000000000000000000036227bfbed1cb06650e2531af1c4b13bca537f2250b99 2.26 MB 1,817 17
833,652 833,652 00000000000000000001c76818faa77e7af9516a0a634df8a91207842a9c317b 2.28 MB 2,135 18
833,651 833,651 00000000000000000000355244f1678159044534ca79f9005134644e69ad4cfa 1.95 MB 1,984 24
833,650 833,650 00000000000000000001cf5099e7755b0282c79bfc4935027c3e09c99b0b6106 1.59 MB 2,823 36
833,649 833,649 00000000000000000001585b9d6ac6dd7e04fa4ef9349f31c23a244e4697e51e 1.58 MB 3,174 51
833,648 833,648 00000000000000000000690f742175dc17d83c146a5fd7234d20bd5b00fb4343 1.63 MB 2,838 35
833,647 833,647 000000000000000000012a9fbfe3600ff5833452ea519ea4cea0ab54ec2819e3 3.40 MB 1,163 20
833,646 833,646 00000000000000000002dba98bc34b99a76a8a63c5c646965743620dc2502c49 2.84 MB 1,707 29
833,645 833,645 0000000000000000000280ec3b418fa774c2223db3a12c85ddfc94b41485a056 3.17 MB 1,470 19
833,644 833,644 00000000000000000001eff16aae654fbddcba89329c7a1b727985620fa73da7 1.49 MB 2,598 43
833,643 833,643 00000000000000000002063959bcd0012c9f232239bf103be0ea3866eada6756 3.37 MB 1,273 20
833,642 833,642 00000000000000000001e1fadf320a12337f07cae328cf6431012611fd6b6b99 2.86 MB 1,609 26
833,641 833,641 0000000000000000000029fd0ae5a2b199bbccfcb3ea376352b55732c6db37df 3.38 MB 1,142 25
833,640 833,640 00000000000000000001a0dc7d05aa37bdab17beead7b9661fcf2f2219541631 3.38 MB 1,284 25
833,639 833,639 00000000000000000002e17a05a037801d6c1bd30022c043f31b8999e3afc0a9 2.34 MB 1,831 36
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.