Memory Pool Memory Pool Refreshing

4,195 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (630,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,996 276,996 0000000000000002fcc843c955ef2006170dfcc15a8b15ede1fbf54b08a508f6 0.24 MB 425 48
276,995 276,995 0000000000000002183ed6df1f380c9333f32b1f779e404e60a11bff7968904c 0.11 MB 137 34
276,994 276,994 000000000000000309a6e9dff041a019b30a5b566a2244e35e73efc59b403e5e 0.02 MB 31 31
276,993 276,993 0000000000000000b6a2db5815df1a91ce8af7f251a3d245556830d34da169ed 0.02 MB 35 7
276,992 276,992 0000000000000002ed928342ea82854c3919fb807bed8e1dc4f66271e48aa528 0.16 MB 308 52
276,991 276,991 0000000000000001789cbcc65486184f3b7e4886ffddf05575c5cbd3e1ac8cde 0.01 MB 19 67
276,990 276,990 0000000000000002f9290c87c2b3e5731c1ea2042bd67ce76053a155aeb9f918 0.08 MB 163 41
276,989 276,989 000000000000000149cc55d4c87d02c93a41cd095a90d6bd27139b5de9cd9fee 0.13 MB 241 47
276,988 276,988 000000000000000001fc78a69937e5c299855724d41df125f30d445a16b28b7f 0.01 MB 19 31
276,987 276,987 0000000000000000dffd8f8d4f8402361edb8dd6f9f4b643958ba332ee004d31 0.02 MB 45 9
276,986 276,986 0000000000000001ec52a47f91aca1b368fdebaac1041bc5921b42cbc937ef17 0.42 MB 528 35
276,985 276,985 000000000000000028b5346e178398cdccf9bbab0a09543f99ade7144b4afde8 0.01 MB 25 45
276,984 276,984 0000000000000003062cd8e9a97860bbe808c404a3b2d20f3356461017f6b37d 0.03 MB 68 49
276,983 276,983 0000000000000003410d9c389177f361ff3c62fb3ae5426370fb52f7b2a9f7ce 0.03 MB 47 26
276,982 276,982 00000000000000014305aebd1b1ab6751741b2b4ec4299f730d2499a6ab29eba 0.17 MB 314 38
276,981 276,981 000000000000000354359c5e3a37d2f44d9a06a43ee704cf156ebc0b67a3db14 0.03 MB 57 107
276,980 276,980 00000000000000021caedc9059ea0ececd9ab6c96db04d18f4ce491498864e5d 0.08 MB 119 27
276,979 276,979 00000000000000034407dfb9cd196c3c9d697afdbbe48d01fc74efdc182172e2 0.32 MB 329 31
276,978 276,978 00000000000000017a846f027a4f4e1a6a022b34f525bca72f91180c9431e844 0.14 MB 240 50
276,977 276,977 000000000000000280afea542c31352c777f3d6700d978207a3c5dfceffde4f7 0.15 MB 211 37
276,976 276,976 00000000000000023df7f0d87b1dfa32703d3b1cdefcd4aedf6740dee8d9e0e8 0.07 MB 138 32
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.