Memory Pool Memory Pool Refreshing

8,765 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (628,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,864 278,864 0000000000000001cfaa5555ab19a4ec2d4fb03ad0e8b08b52b87a567464d4b8 0.03 MB 74 82
278,863 278,863 000000000000000052067db1c5bc07e5a0988a6042c5d9caec6607c4de9a5fa3 0.10 MB 256 82
278,862 278,862 000000000000000192729a806c1dbf886f34ce47c30bb87ca941dc170a4fa8f7 0.25 MB 563 72
278,861 278,861 00000000000000028bb146e868d0aa72b7b349ba29334074629bb721b189badb 0.09 MB 176 32
278,860 278,860 000000000000000027ee13e8ff31f4f4fdd3edc71c58a2e3bfa76478f9efeeb4 0.15 MB 224 16
278,859 278,859 0000000000000000fe9382b25abbe31269753c30ef8d56db5949eb7e4e809aa7 0.26 MB 71 12
278,858 278,858 0000000000000001b9320fdba3589b1106b7d991a6b7bb200434ae34e3d8e468 0.50 MB 804 26
278,857 278,857 0000000000000001512191e8dec7c873430301cddd9899781dbcfbd7398d866e 0.25 MB 669 83
278,856 278,856 0000000000000002580118f6d6872bf25643fba8431e49f0c203d7a9b107d124 0.02 MB 65 64
278,855 278,855 000000000000000082328e144a5c9bf4c3dc8829128f854d4f446f317a2ca5ae 0.03 MB 83 118
278,854 278,854 00000000000000024bda819fcb472af4cabf20a552f8b5dee823a758e9cb0cd8 0.15 MB 117 6
278,853 278,853 0000000000000000b45f055b95409662c50066c216646cad4766c11a82b6840d 0.09 MB 178 35
278,852 278,852 000000000000000251064b46952ef2f341712c26f8e9369235ce6b4add149ea3 0.27 MB 373 30
278,851 278,851 000000000000000269f59bb35ec3193ab76a075891398b9d9aa4e5ca77857756 0.25 MB 545 65
278,850 278,850 0000000000000001d2e5f5ccfb0b59c1b1efc1146f27202fc0865ae2caa12b0b 0.05 MB 18 2
278,849 278,849 00000000000000017bc32bc4132be55460c5f2c252b76342199f587628db986f 0.06 MB 24 7
278,848 278,848 0000000000000000567939d75c8750e4e42a0b5fe7ba49915e93a0dd179ee88a 0.15 MB 79 1
278,847 278,847 0000000000000002d1010131a306c77c03e4925f4fcdc3ed2f310ce730b80155 0.04 MB 100 71
278,846 278,846 000000000000000272424ca5065b6fb8e1c346649fb22ed2e97312879e0ce8bc 0.05 MB 46 23
278,845 278,845 0000000000000000bd83869823ce3d491b35fa374576d7e45be3e22e2990c045 0.15 MB 230 24
278,844 278,844 000000000000000078c19babc249f7a14a839507d99315b38f3cde168de1ea05 0.17 MB 314 36
Previous 10 blocks ↓
Total Size: 769.03 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,625.18 GB sent, 93.02 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.