Memory Pool Memory Pool Refreshing

708 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 681 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (308,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,204 599,204 0000000000000000000015d2f22add75ac692ba61bb6702bc26631a9fe868064 0.43 MB 1,105 19
599,203 599,203 0000000000000000000ab43250c42a151bcf283091ce277066567e54a38941bb 1.06 MB 2,695 15
599,202 599,202 000000000000000000024a9e723805274e64ec2ca3edb31a946fc52592c8c2e2 0.18 MB 525 14
599,201 599,201 0000000000000000000febdbc7986ab2830008952ac91e725476cad76443e2ce 0.52 MB 1,351 16
599,200 599,200 00000000000000000012a34cc7580c49ac07dc31e7771f8be9fc9eb6d0f75bca 1.04 MB 2,512 14
599,199 599,199 0000000000000000000a8bac268b623c5d80c7ed4daf9e8b38381e52d93c838e 0.69 MB 1,904 14
599,198 599,198 0000000000000000000f63b3e54426fa934864bbbc4a9379b5affd6a2812fb05 1.24 MB 2,260 18
599,197 599,197 00000000000000000013c1362ab925ca155b204c142b3424efbc1f809334cac6 0.89 MB 2,449 14
599,196 599,196 000000000000000000102d45ebfa03cfe54e630d19ef4ffac88a1bc4e146805d 0.34 MB 810 25
599,195 599,195 00000000000000000003f6efdce1a42e5fe469b2d594a54c2940b3757dca35ec 0.20 MB 432 18
599,194 599,194 0000000000000000000c94071e8bb7181305015f43220872ad739a30ccf12852 0.04 MB 70 18
599,193 599,193 00000000000000000014da3a7bce4b3f23e2635a3e5f6bb142442f378081b507 0.32 MB 843 12
599,192 599,192 0000000000000000000117a33e42098836641aa99f8e211982cf5bca6843e8dd 1.32 MB 2,963 17
599,191 599,191 00000000000000000004960038ee7cd4bca28e2b2108e55dc418e817f54f9748 0.29 MB 831 14
599,190 599,190 0000000000000000000c0886be4d24bbf03445db19ae6d2920669053068418c5 0.35 MB 891 14
599,189 599,189 00000000000000000012edc15a659822a6660fd3b68649a453d46f984d3250a9 1.16 MB 2,938 14
599,188 599,188 00000000000000000011deeca5d18cdd0545f3b8726289e87837780eaa3129cd 1.19 MB 2,559 12
599,187 599,187 0000000000000000000837a743ae2429747730a64ffdbedfda558fd90c75f15e 1.27 MB 3,187 16
599,186 599,186 00000000000000000011d2f8ce3baa77070438309fc4da3e6d5fce540f663475 1.24 MB 2,928 24
599,185 599,185 0000000000000000000afd82870afabe02fb20aa9df19826ede625936b320566 1.08 MB 2,689 14
599,184 599,184 0000000000000000001196f72a82b574ec1a69a7a4bcb01854fd08e6c60e4291 0.95 MB 2,636 16
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.65 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.