Memory Pool Memory Pool Refreshing

2,441 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,908 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,437 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (675,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,857 232,857 00000000000001a8025a4bd7afff0b685131e2240e3e090dc8ae3c2061e16a48 0.25 MB 318 82
232,856 232,856 00000000000001805ada7acc5e3d4e1cf98213ffb2ff4d495ad29829327f884a 0.25 MB 440 173
232,855 232,855 000000000000017af992a155920a7260da13d37fc0b4485a9fd849a47db10625 0.28 MB 350 139
232,854 232,854 00000000000001046666bbf19df72ad950b0c4e0c65b6c5547b7ae26b572c3da 0.28 MB 590 207
232,853 232,853 0000000000000079b1ef0b15331ab057529bbd4b6894563934cba126377c35c4 0.06 MB 28 79
232,852 232,852 000000000000019d93d2402dba0249ab878a4d2cf5e594de810f61e8d323efb6 0.46 MB 528 91
232,851 232,851 0000000000000136b135b537623e3d9a2a341614ccdf899501d04eda17e84b57 0.25 MB 790 260
232,850 232,850 00000000000000e80ef74d920d0ba3c2607b693173ec6b754edf93d83e50550a 0.47 MB 1,119 200
232,849 232,849 00000000000001261582b07fed3fb88ef6bb86449b945fcc425da459a9524381 0.02 MB 32 22
232,848 232,848 000000000000019e1df075eb2b38ebf9947a6afcf30c0be968e337b001d9ae3c 0.00 MB 1 0
232,847 232,847 00000000000001698106f9cf20f3517509dab6b13ca3b0bfd080d28930a42af8 0.40 MB 829 176
232,846 232,846 000000000000004de33d1272d696da78e519a55636c192737e12d53b3a6fab92 0.00 MB 1 0
232,845 232,845 000000000000016a91540cab2dd8412f945a8ac704d668065fb952007d618058 0.25 MB 607 220
232,844 232,844 00000000000001385eeb052e7cdf9b002d7036f432254702dafea7f2782580fd 0.03 MB 53 89
232,843 232,843 00000000000000c0b720f588e6adcaedf49185963989edb64b8e41dea34345e8 0.05 MB 118 212
232,842 232,842 000000000000015a1b7fd54777da0b1b7e95a186f343cdd6ea12090d180f5997 0.18 MB 428 144
232,841 232,841 000000000000012485050976d8ba28772c5c817cd9ff7c2007c2203f342acd6c 0.05 MB 158 13
232,840 232,840 0000000000000016ae4ecf1205181b946030ea093913e8e57d91db438eed91db 0.08 MB 136 207
232,839 232,839 00000000000001c102e207b9c734c73160192c7334425c7f563bef163cbc634f 0.25 MB 550 185
232,838 232,838 00000000000001d18a9c4e387743bce389fe37cc9d62882881e3869152a5e952 0.29 MB 629 174
232,837 232,837 0000000000000194f04ef8594f7fd91f9a971729da39101e0a5d36b42aec7213 0.01 MB 24 166
Previous 10 blocks ↓
Total Size: 769.37 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,643.89 GB sent, 94.79 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.