Memory Pool Memory Pool Refreshing

8,263 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,925 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (771,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,762 136,762 00000000000002b927fcf5d68a48f337e3668c676e106ec0ed1fdb7b612fb97a 0.04 MB 93 272
136,761 136,761 000000000000017cf19f4b2188823ce85d614b22e6617eebbee942d77b6593e6 0.00 MB 16 242
136,760 136,760 0000000000000730bee3e0f8497570b640ac259c2e176f75fb76fd35dc241a46 0.01 MB 14 588
136,759 136,759 000000000000098c8fb9cc87d0850daec069760ea1b07b53011d3698fc3fd035 0.01 MB 6 761
136,758 136,758 000000000000002131e8b573eec2d35888b4f79c36c88c1e5d140b6ec7d844bb 0.01 MB 18 254
136,757 136,757 00000000000002070c8a90372e29be40564518ea35613ea807b60f5d89891cbd 0.00 MB 12 533
136,756 136,756 0000000000000a3cdaff81240dc9b8b1d2a03f849dde493ecc6d7ceb53e8d77e 0.00 MB 8 819
136,755 136,755 0000000000000152fd8df6e551d1d3db507132ed34495cde176eb799057871f3 0.01 MB 17 569
136,754 136,754 00000000000000f54ad24ec6fe308f5067e13b5cc665a7662361354ed3a7be84 0.03 MB 104 452
136,753 136,753 00000000000001b38a8227894301e47b519654b2d8a4e3c3322d28f462f98840 0.01 MB 24 145
136,752 136,752 00000000000001548cd31ac804a64b80195c77674c7150ddfd2bff627626d5a5 0.02 MB 38 314
136,751 136,751 00000000000005d2b42cdcfd0d01a4a872a7555608e6c6766992cc3378847bf3 0.01 MB 19 63
136,750 136,750 00000000000005438a55af6b3bdba614e894630233d8b576e2f7d9b85320a6fe 0.00 MB 16 874
136,749 136,749 0000000000000ab39c18b4519a8c7203f77af163b427c0e0bea8fdea08adf4e7 0.01 MB 29 256
136,748 136,748 0000000000000765395eb261e63126e68186c937219bc9454821e59657fcacf3 0.01 MB 27 221
136,747 136,747 0000000000000366c6d9e68953ed18259e43b51cb1456a0c7bb0c184a72f1369 0.05 MB 111 212
136,746 136,746 0000000000000a373420a05b7f129708133ba2034e28fc639bdd7047fb850d6a 0.03 MB 60 788
136,745 136,745 0000000000000a229d534ca2fd530c965ac88947c2179a33e772843694c2ae0b 0.02 MB 47 532
136,744 136,744 0000000000000756b7ef6acf93dac0feca4cf27e27a7384f1bc50d6b4952d80b 0.02 MB 44 508
136,743 136,743 00000000000005adf0cdad104e42b205e8371e52d83613a8529d7039213c1d6a 0.05 MB 148 350
136,742 136,742 00000000000007b338692a919d1e9dd7888961a7245a8d44155992da0d7dd1c4 0.04 MB 86 188
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.