Memory Pool Memory Pool Refreshing

1,860 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
906,426 000000000000000000023aa60000000000000000000000000000000000000000 0.78 vMB 1,853 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,425 (35,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,854 870,854 00000000000000000001ffb361cd87b2a223cf74b50bc7b5f32c86ff6a9bf40c 1.75 MB 3,796 4
870,853 870,853 00000000000000000000b9e6cc0b5be06c02f56506fee5c7897edf6cafc4e7cc 1.69 MB 2,747 6
870,852 870,852 00000000000000000000d7645b5c96567616a3eb0e9c5b5185f9655d294ae922 1.58 MB 3,530 9
870,851 870,851 00000000000000000001cb02249131f167c2164cd5c15860e9536f87a4a0ef6e 1.55 MB 3,553 5
870,850 870,850 000000000000000000026b4a524886b974cd58a354ed15aa934e90ff3fb2c79e 1.59 MB 4,111 14
870,849 870,849 00000000000000000000a0723b9b537cc4086906312bf2dce09cde6536952915 1.58 MB 3,096 5
870,848 870,848 0000000000000000000122bb738ef9cf7f4a69f101cd49dddc7a79555d39bdf3 1.80 MB 2,664 6
870,847 870,847 00000000000000000001c0e46d51f41f68083e8687eebb44fb2dc47f0f89e69e 1.60 MB 3,896 8
870,846 870,846 00000000000000000001abb688b1f06e965b2eb3b641a677f88f2ae6005d267d 1.59 MB 3,048 8
870,845 870,845 00000000000000000001c9b8ee51a78d65ec30fc6d6b63db4f077dc4fbae0014 1.64 MB 3,822 22
870,844 870,844 00000000000000000000841d807f0869f459b3dda9ec5325d0feaa97e562a8be 1.56 MB 3,255 11
870,843 870,843 00000000000000000000a51fc33a3bd2c8914ddcec385b68a5b9ea604364f8cc 1.60 MB 4,080 12
870,842 870,842 000000000000000000017aeceaa69439d8c8831d181da697cc4eb4cf94dd8071 1.58 MB 3,944 18
870,841 870,841 0000000000000000000224968a774328826ca6bff94d33198de6d964ef2aebeb 1.64 MB 7,557 2
870,840 870,840 00000000000000000000b79375c39d7147c5010523f4d45500ce396414d81b02 1.74 MB 4,610 3
870,839 870,839 00000000000000000002c281543b10ff5f911186d94c61bfa963b3aeb743678c 2.97 MB 2,660 2
870,838 870,838 0000000000000000000055c2b7d3c7dfe39381fe71f41a88d0f769ddc84dda77 1.80 MB 3,600 3
870,837 870,837 000000000000000000005b373fb230fe46eae43a3a7a41086bcd8e6437f69a4a 1.78 MB 4,709 3
870,836 870,836 00000000000000000000fb543e04ba7c2e6a75a4498886bb88bc228c3c764936 1.58 MB 5,005 6
870,835 870,835 00000000000000000000f8daeab64b7260d1053a523c11942c5b1623d8600976 1.62 MB 5,424 7
870,834 870,834 0000000000000000000145a0960d2efb4e3aab740cdfc03b29df33a30140b83d 1.51 MB 5,380 3
Previous 10 blocks ↓
Total Size: 766.66 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,460.04 GB sent, 80.73 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.