Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (71,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,891 835,891 0000000000000000000200cdc0dc7573b5cca2d4646d025bb2421e4ac2549b7c 1.71 MB 3,168 20
835,890 835,890 000000000000000000020cbea61eb2a822e74d6846fe863b305f3f55eb010fd3 1.57 MB 3,515 26
835,889 835,889 00000000000000000001d2f2610d61fa54f7dc2e2733844d4ae0c2967090419c 1.10 MB 528 11
835,888 835,888 00000000000000000002244910042c9b431a466a3f8afd4662b85de3790c278e 1.51 MB 1,708 14
835,887 835,887 00000000000000000000b82e5755541ddd3c49ffa884100c70e5bfa19c98ac05 1.59 MB 2,982 20
835,886 835,886 00000000000000000001c138a09bcdfddbb9e43bce249a7becde0578834eb0a8 1.25 MB 703 10
835,885 835,885 00000000000000000003047ed1e4b224e2c0847889fad6e425133f8e4a6fa189 1.64 MB 2,606 18
835,884 835,884 00000000000000000001176fc2e20f096abc12d3ec8ec0e8fb934e013e6d0fe4 1.07 MB 182 10
835,883 835,883 00000000000000000000668103c8043eadc5a4ca1002568dc21aa1ae9d7e99bb 1.43 MB 1,703 14
835,882 835,882 000000000000000000003471bd2cff3004b8d0ad3320c4f9dfbdd5fc1e98d95f 1.35 MB 360 11
835,881 835,881 0000000000000000000275de6caa44f061af61c0f11bb113d559282b02e0d4f0 1.29 MB 1,037 13
835,880 835,880 000000000000000000002b52e634d50cc28145308c72e05e214d529d61fe30e9 1.08 MB 304 10
835,879 835,879 0000000000000000000103b94b459ab837b7019a4e1fc961130d1180ad22cfdd 1.15 MB 757 11
835,878 835,878 000000000000000000013e233a5dbc44110d7b82af12fb878acd154dee5d1b6b 1.68 MB 2,057 17
835,877 835,877 000000000000000000002a40919e48267932577ad015af601da84e3d4a783402 1.04 MB 225 10
835,876 835,876 0000000000000000000221902f1b5632aaae4a6a17c27381148eb02c96d294b2 1.05 MB 147 10
835,875 835,875 0000000000000000000302de67e11b0042a6ddc766c2c68057c236b0173a8235 1.84 MB 735 13
835,874 835,874 000000000000000000016375e82bc1e570b2471598f7a95992d7bc16894c1c74 1.96 MB 2,083 16
835,873 835,873 00000000000000000002be9b5f5f08487357bf69bba906e0cb48a4957aa594a6 2.25 MB 1,226 13
835,872 835,872 000000000000000000006de3ca797610ef616d69578d0871f6d83ba4aae918cd 1.77 MB 1,988 14
835,871 835,871 00000000000000000001eb653d5a9a2fde8d9c350ba8862893a4c8042695e3f3 1.75 MB 3,016 20
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.