Memory Pool Memory Pool Refreshing

3,263 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (803,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,791 104,791 00000000000168b9f70ed71a0e66e581e6f1bb1400890ddee96c2e01e6a3f9bb 0.00 MB 1 0
104,790 104,790 00000000000318674406026dd8ed226478795e7697a756970ad08d31c0479a27 0.00 MB 1 0
104,789 104,789 0000000000028ffccf9a03970df6018ac781b9a5876c16e021f8c377e497b020 0.00 MB 9 0
104,788 104,788 000000000002c24a4bcbf9138152ace4270c9f70bce5e455320893273fac752e 0.00 MB 6 0
104,787 104,787 000000000000dd560d61e77c160b1408fd5a358b033d1667729a0b0b18577adc 0.00 MB 2 0
104,786 104,786 000000000000c679f30657f563a4da693670e1a1eb9d0675ab86efe2aa5acf4f 0.00 MB 6 0
104,785 104,785 000000000002f6dd7d22b5d88503dc7b3b6d672085ed9655033bab2a49eb668a 0.00 MB 8 0
104,784 104,784 0000000000026f4d721aa21ad90a36363e577b021b569ad58472a73966aa9a2b 0.00 MB 6 0
104,783 104,783 0000000000013f76f199dc814e0bed3b05c8c2954724f121dbd4d31bc88ccdf5 0.01 MB 24 0
104,782 104,782 0000000000018c513f62ae7fc4b15210e02d93b133ba031287b2d21a246a0cec 0.00 MB 3 0
104,781 104,781 0000000000021298ee2be4b93ae90e0c5206c0c5e79ab31205107dc1d6d0fbf7 0.00 MB 1 0
104,780 104,780 000000000001e3578b04e9419bac1a6e6806d24f9928129b84d036c1aab1e4d8 0.00 MB 1 0
104,779 104,779 0000000000027168ee6feea283243bb046f0190af02874bd4cb8ba68c466cbd2 0.00 MB 4 0
104,778 104,778 0000000000017231e19df8783c436c24f803851d2ef7eaf93cde237bab92a8c5 0.00 MB 1 0
104,777 104,777 00000000000259d11e839a0c22e14d017c86b7422acb7879d87817e77107f67c 0.00 MB 5 0
104,776 104,776 000000000002294942c7f62d0fdf58522e45a47e3e14e24992a5ec8ad19c607b 0.00 MB 4 0
104,775 104,775 0000000000025d0a74e6e645e236a1a96bc56942889c8d72c3b0cebb6476c6d2 0.00 MB 2 0
104,774 104,774 00000000000009371386d929dee2c08afe0011dbff416245104b1857f3f9a5fb 0.00 MB 1 0
104,773 104,773 000000000002192ba5881b47fd6914819fa1590ccbeba4c49d55af1e0f8ae73d 0.00 MB 3 0
104,772 104,772 0000000000000fe919539878073d169245f55a86cab68e382b8a33502c656ac3 0.00 MB 1 0
104,771 104,771 000000000001dd6ad60a742bbd7005703f860b7521a915b00a6f037e6dbe1a86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.