Memory Pool Memory Pool Refreshing

263 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (8,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,635 899,635 0000000000000000000116b6b61adb193c8928689f8f549b03b8faa87c802ff3 1.62 MB 3,049 3
899,634 899,634 00000000000000000000976921309ce703f1c4f86bef30e5ec530007d8d87f37 1.76 MB 2,845 2
899,633 899,633 00000000000000000001577cf19ec8b5aa94c44024bbe78539b97a88783439a8 1.78 MB 4,671 1
899,632 899,632 00000000000000000000b31d9113d02da0bc5e56b3ce38f053a3794fa9226e71 1.61 MB 3,160 2
899,631 899,631 00000000000000000000f7e5231aa75b240e57617ce88f06ec78adad9f26caa5 1.60 MB 3,195 6
899,630 899,630 00000000000000000002298ee09a4d85966fa205592088d661db7eb9e07e9649 1.60 MB 3,892 2
899,629 899,629 00000000000000000001f5ec6b5faddbcc32acd9ef226436496da26d5ee68992 1.73 MB 4,506 1
899,628 899,628 000000000000000000002c1fa3aaae9f446b491d91121ebb551feeaada2259f9 1.64 MB 3,422 4
899,627 899,627 000000000000000000007d00869ce4f8ac3c7525a76bd85ae17126a0c50679cc 1.67 MB 3,541 3
899,626 899,626 0000000000000000000065d082942e7e8e5b9e582b84f552cc5163490ea872b2 1.65 MB 3,471 4
899,625 899,625 000000000000000000001b641702bc6ed06463ac12f7de95b577399f475a6d83 1.68 MB 2,465 4
899,624 899,624 000000000000000000008d254cbec47e5e02b38b18e61b410b7839fda75441f4 1.53 MB 2,265 4
899,623 899,623 00000000000000000001e5f377487604e49fb8e96550a5cdf3dda4e7d18f42ff 1.92 MB 2,088 2
899,622 899,622 00000000000000000000f2256c08a067eb45b3d9777fcc64ca405f37595e1d3b 2.71 MB 1,697 2
899,621 899,621 00000000000000000001fab42cdf2496cb9fd8c3dee2d8f5de4c20efac2c8d6a 3.40 MB 486 1
899,620 899,620 00000000000000000000391abb59c430b39e255b5413189330cbe7f591b02054 1.66 MB 2,491 3
899,619 899,619 0000000000000000000225c7c06909811a52228e6c6628acac65e0ee4e57c83f 2.79 MB 1,489 2
899,618 899,618 0000000000000000000102d52285f9d99aec22f00352dc6db86c8b2ce3ec3a97 3.38 MB 740 1
899,617 899,617 00000000000000000002191495c05e24e9f6c310694b90a0986f2d4135c084e6 1.58 MB 2,176 3
899,616 899,616 000000000000000000001c6d9aba2ea1f0ca23ff0176d1e5184ce665aa9ef5eb 2.36 MB 1,824 2
899,615 899,615 0000000000000000000135954fd75e269d03ecaeda78a999022937b214339389 1.65 MB 2,644 4
Previous 10 blocks ↓
Total Size: 769.07 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.99 GB sent, 93.21 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.