Memory Pool Memory Pool Refreshing

5,400 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,517 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (127,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,919 779,919 00000000000000000005585d905d37bc690c52cd60d6bc6b8c352052fea5140a 1.53 MB 3,408 63
779,918 779,918 00000000000000000005eecc3e67eb39952a9a690f4aa8fffd916bf9d09843c1 2.25 MB 2,730 17
779,917 779,917 000000000000000000049113aeb486fe5a7dc5b2b0c5f0f752186b16be3faf1e 1.49 MB 3,546 32
779,916 779,916 000000000000000000046bb1772887259a6f67f00a34a1dd33d1513aec3bc66e 1.76 MB 2,718 18
779,915 779,915 000000000000000000004bce78956a0e39519d81ee4bd7cbb8c83019e30e300e 2.01 MB 1,817 10
779,914 779,914 00000000000000000001104cdb02742c1c64dee34aae0051de02f22339e901f4 2.15 MB 2,544 18
779,913 779,913 0000000000000000000620b47d29cbf7697c961a31df6de437e9581e24eb2887 2.01 MB 2,710 12
779,912 779,912 00000000000000000005cad43907317272df198ea0dd16aa5e828cef23d4273e 1.41 MB 1,771 14
779,911 779,911 000000000000000000061725686418cbd796a312f94f52db3381deeff0e53481 2.33 MB 2,011 22
779,910 779,910 000000000000000000031f6f28045c2665c2b109afae8b14e7a1934ebb95c317 2.23 MB 2,583 18
779,909 779,909 000000000000000000054f8fbec33c9c8d179cd9616eccc0596117eeff7614ec 1.57 MB 2,954 22
779,908 779,908 0000000000000000000254f267aedc2c1f57aacbaaa3653411ae2e23f32d3802 1.64 MB 4,304 19
779,907 779,907 0000000000000000000076a048749317f5e2c3841d32e6b10ef03792b503f07b 1.59 MB 2,900 23
779,906 779,906 000000000000000000001f11c0d8b91340574af283bcd1017702fa5146cb6ef5 1.58 MB 3,676 22
779,905 779,905 00000000000000000004db837fe3bb247153b0d854b01015b8cb9685e423a4ba 1.47 MB 3,005 28
779,904 779,904 000000000000000000032145dfa932352c5723db4f134fc30b9efe36202ae389 1.49 MB 3,661 33
779,903 779,903 0000000000000000000328e1d6f9c1d34c71fa8b4e9444dfab4eddb0a3b52570 1.49 MB 3,518 38
779,902 779,902 00000000000000000004156fbb7eb0daff1acf7560e4f014f1ba332e65506e94 1.39 MB 3,136 56
779,901 779,901 0000000000000000000511ca243e800e5a7cca818212eaa8bcb1fa915cf9f40f 1.53 MB 3,248 32
779,900 779,900 00000000000000000003932d39e7000d72efa5c9131b1cac6cfcaa4185574b49 2.21 MB 2,427 13
779,899 779,899 00000000000000000001b0f154e94d75d805aff4aef5583024b7c07f7baf666d 2.37 MB 1,559 11
Previous 10 blocks ↓
Total Size: 769.21 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,634.35 GB sent, 93.98 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.