Memory Pool Memory Pool Refreshing

3,758 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (27,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,224 880,224 0000000000000000000278725464d8d67ad316d7932babc717c6a1a7ba60b0d0 1.69 MB 2,826 8
880,223 880,223 000000000000000000027a7a86a1f1eddcbc64819a614be4bba86e6b0947570d 1.69 MB 1,284 4
880,222 880,222 00000000000000000000b03899459a8b59a33be3e529d920c0640eaf8bbb604e 1.71 MB 2,916 7
880,221 880,221 00000000000000000000a8c86d8777fd891d07308b13cf03680300636ab10fa6 1.74 MB 3,031 9
880,220 880,220 0000000000000000000081431afb1ff783415e3a64a4f2fefc6e2ec2c2cd63bc 1.65 MB 2,203 6
880,219 880,219 00000000000000000001891142016d947c7b9fcf86aa29053d7b6a809c9f0c90 1.62 MB 3,677 9
880,218 880,218 000000000000000000028895f2c47b19698c143465ac277219d0250431ddddef 1.67 MB 3,028 7
880,217 880,217 00000000000000000000f1112e4e2a63547920f5e17a56fa9435ec56dd547c65 1.66 MB 3,364 5
880,216 880,216 00000000000000000002617d2d60c87a49a9fe2b9b6d4d9017ce7a50bd683b05 1.41 MB 1,616 5
880,215 880,215 0000000000000000000058cbdb91cb3dca8aca8334a78bed093680a7954fabfb 1.97 MB 1,694 5
880,214 880,214 00000000000000000001e1086a943240ded857a909967bd2bc1ff97537328cba 1.59 MB 2,893 7
880,213 880,213 000000000000000000010f4ef5f113a8bda342c20d7a89b4917892ad146c8b1d 1.69 MB 3,019 10
880,212 880,212 000000000000000000001eb0f15853f8bca03a55a7ab23a426f5bf7615f86727 1.69 MB 4,150 9
880,211 880,211 000000000000000000024358514e64c7c39ec7e543edd775bd5b7014a3afc427 1.64 MB 3,330 14
880,210 880,210 0000000000000000000209c0de9939927751b68d828df4e522305684bfa558af 1.70 MB 2,694 11
880,209 880,209 00000000000000000001b626bae31f247469b367d8d3a1e7d951cb20638f340b 1.53 MB 3,813 16
880,208 880,208 00000000000000000000a044d11848917b6e1ce053f5db91dfbb51793b6b103c 1.25 MB 1,431 5
880,207 880,207 000000000000000000018ebf7102aec5a55bfe230cbef2ccb4302d13aa9a2108 1.24 MB 1,143 5
880,206 880,206 0000000000000000000003c197772c51c24215f4b8038491e8b46d1b38f4e189 1.39 MB 1,387 5
880,205 880,205 00000000000000000001c86aa3350b87899931c9126c0699af88f528b894555d 1.17 MB 596 4
880,204 880,204 0000000000000000000043f8fff5b360b976a0cfb23e7cb306636e37a796e302 1.25 MB 1,284 5
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.