Memory Pool Memory Pool Refreshing

4,341 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,820 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (12,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,048 895,048 0000000000000000000026a16b77fb62dc4e79397b03055764718e182e672d3f 1.61 MB 3,702 9
895,047 895,047 000000000000000000002d970ce8d2471b7f8b1386bc018b4aa00794c3585745 1.59 MB 3,866 1
895,046 895,046 00000000000000000001eb9f4475a1894ca131a763409408e4ab3d5b09c3c44d 1.85 MB 2,973 1
895,045 895,045 00000000000000000000f3c7a7858c7f826407038bc43ea63f4ba229baecb9e0 1.67 MB 3,558 2
895,044 895,044 00000000000000000001b90c9438ee1984cfbdf6908364a0a8d5caac3ad34e6c 1.74 MB 3,550 3
895,043 895,043 000000000000000000017b236bb0bb3c7be78ba426c96f03715dfa054e076fe8 1.80 MB 3,468 3
895,042 895,042 000000000000000000020de005a0ddb5fe0a53452d95d69736478c8c928fdf16 1.62 MB 2,639 1
895,041 895,041 000000000000000000022c845cd2aeccb11b4ae20beeae9ddca6f068e8ed3933 1.75 MB 1,595 1
895,040 895,040 000000000000000000002e9724ed887a9c4fa36fc960ec90d7522569cfb4d19a 1.73 MB 1,570 1
895,039 895,039 0000000000000000000210f459267f55fde8eb6515f0dccafc19d0fed8e04bcf 1.80 MB 2,098 1
895,038 895,038 00000000000000000001e86d3e5b32f06d4b44ecdb7078e2d8c581f40612050f 2.03 MB 2,558 2
895,037 895,037 00000000000000000000735a5956447eb85df44b5a7d76838138789d16d9cb0b 1.61 MB 4,121 5
895,036 895,036 00000000000000000000243e82902729d06176b2a5cf7401d45fdf67e2ac8e88 1.83 MB 3,022 2
895,035 895,035 00000000000000000000a6865eece0f031408bfc1094887a97c247dfb53c64f4 1.82 MB 3,028 1
895,034 895,034 0000000000000000000029f7a19359ae3b256f65ec898edc5bf71702864dc2b2 1.64 MB 3,575 2
895,033 895,033 00000000000000000000b1ff1d9a4c873b6d1ed957725595b47c8fd919c982ac 1.92 MB 1,156 1
895,032 895,032 00000000000000000001baf1914dc75a861b77061b602cadaea4becefa42ae02 1.70 MB 3,593 1
895,031 895,031 00000000000000000000a896652dfeb3c5fc5c741ce5501a99833bf736414193 1.77 MB 2,240 1
895,030 895,030 00000000000000000001be1617141d02c0d47eabd75e483999179f832b8a0f7c 1.85 MB 3,854 1
895,029 895,029 000000000000000000012da42ebbc0e6ce76c5cf194e93829caa04fa9666f8f7 1.45 MB 2,857 2
895,028 895,028 0000000000000000000168896cd7c8bd68bbfcc88ace2f2d8953882289aa36da 1.64 MB 4,374 5
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.