Memory Pool Memory Pool Refreshing

8,896 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (594,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,827 312,827 00000000000000000ab5d9559ad5a3889cf90308bab9bcc34c0627209d9d05f9 0.11 MB 261 26
312,826 312,826 0000000000000000346b539255174aa3d853c28f754008291daa47be0ea08ffa 0.05 MB 111 25
312,825 312,825 000000000000000030d7893a8bc4c2a42aab07112247d443e6893bcea957f61e 0.41 MB 543 20
312,824 312,824 000000000000000006c84611eae10540153f03e07e2f508ab028750b57fcb014 0.91 MB 1,282 26
312,823 312,823 00000000000000000d4bdaab723a6bbc4e8af5bc9c60118eae928407feba1911 0.30 MB 498 29
312,822 312,822 00000000000000000f111a45419da86c6aec66fb1aadfa77aa5ad0616b81aa9f 0.50 MB 901 34
312,821 312,821 000000000000000002d3c0fabc8e5ab95e692a67f3c62845f002f9d9da8ae43d 0.08 MB 175 29
312,820 312,820 00000000000000002f4bbe5af9ff855e161dd4c47cc6b69ed4dcd843a0e18e68 0.13 MB 318 40
312,819 312,819 00000000000000001b05d961cd71a9750a9594ae0fb73e01287841c25a1c8805 0.03 MB 61 11
312,818 312,818 00000000000000000e2fba75f98b0c2fa72cfd3760888723db0b5657f580eaea 0.26 MB 366 27
312,817 312,817 00000000000000000a0325223f86776837e5e325fdbc0ed0dbe7cf8c9f9f7898 0.42 MB 531 20
312,816 312,816 00000000000000002435d124926a5169cf11a695ffe256dbea94b603771cea26 0.25 MB 527 36
312,815 312,815 000000000000000026c27d821034dc27f3da8164eb34f57b275b22748b364c57 0.02 MB 42 27
312,814 312,814 00000000000000000c798c0e2d1cbce612f0b4693402f10f9090a80ab8f6c1b4 0.16 MB 240 21
312,813 312,813 00000000000000001f51a864cd4901fb2a285785019df2b78080df5595208c7d 0.37 MB 596 25
312,812 312,812 00000000000000001f0b10c8558ea10ac17c6dc79b2a159812beaed1cdd5688c 0.03 MB 64 31
312,811 312,811 00000000000000002e632d162f03812a2619146a68a02bc06850e487ddf57a10 0.07 MB 180 23
312,810 312,810 000000000000000007eb0e0b4f18bda237657c66ff983d5b7e48b75644b795e0 0.08 MB 169 33
312,809 312,809 00000000000000001b2d437c7b4eca731093cfa97b10f973caeb0022ed3c1dab 0.14 MB 264 31
312,808 312,808 000000000000000024cef26cfacce582e67132e741891d69c9b50f1e8b532754 0.31 MB 436 26
312,807 312,807 00000000000000002b63d17164cde033e40254991a151ed8846233583d9c8035 0.16 MB 285 20
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.