Memory Pool Memory Pool Refreshing

1,069 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,358 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,357 (823,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,010 85,010 000000000023e1e73996c0d9fe3f9f2753760ada8e44249acbe7b5c893ed8aae 0.00 MB 1 0
85,009 85,009 0000000000226fe6db941c2f67bc0658a900ebfc1793cba6ad520b5ddfa58a4f 0.00 MB 1 0
85,008 85,008 00000000000e3fd87a3ee6fc93f5ef7c3aefb8a9a94d40885fff3bd7cf7533db 0.00 MB 1 0
85,007 85,007 000000000000d6714bac3c145354440550e6c481c5865526e7dbc91fd8068a97 0.00 MB 1 0
85,006 85,006 0000000000271e9ff323afd08ecbea7e2876e1edbba6409c7b582344b3ebf5c4 0.00 MB 1 0
85,005 85,005 0000000000088ea6fc77840decdd5cf5dc072900e628031fd599c9d323e35bcc 0.00 MB 1 0
85,004 85,004 00000000002b809aec5d05482b0d07a85107fe38c99b2e4248d407a95b52fd35 0.00 MB 2 0
85,003 85,003 00000000001aed6e57bcbb242c2e36d68553a7cf52a3b4fed98d533ee92b8b74 0.00 MB 1 0
85,002 85,002 0000000000133c4bf833028750e5fe7eda9094dea226ffe0947639e5318804a7 0.00 MB 1 0
85,001 85,001 000000000005bd486e5f8d4d5ed6f239d181dbffb9cad9be6d89ac05ef5ac044 0.00 MB 4 0
85,000 85,000 000000000005dcaf122d18052c42041ce2afa1203a0c33b27a4be7a18e3e226f 0.00 MB 1 0
84,999 84,999 00000000001aae6a42f369373e86d434f5694dcf201135db9b935f4339e0f4bf 0.00 MB 1 0
84,998 84,998 0000000000193dda15688cf24fd041fc4f0f6fa989cdcdf9995d33f357e9d32a 0.00 MB 1 0
84,997 84,997 000000000007e09e7b24218d93cf1b7deb0d7f3bec0141a5acabc523cb76e202 0.00 MB 1 0
84,996 84,996 00000000002cd803461ca8bc91debe8f71b8668d37bc294b88635a1e77beb970 0.00 MB 1 0
84,995 84,995 00000000000fc71399e6185c34681a78e86ea0987c57d0732df24b0ab64ada01 0.00 MB 2 0
84,994 84,994 000000000001f72e012d0cfa282dffaec70d7a1164781f74936f0dc7394719f1 0.00 MB 1 0
84,993 84,993 0000000000216e3f42ed24c7dc96d9828318784cec53cf0a681758153d62f10d 0.00 MB 2 0
84,992 84,992 00000000002d44c323149c0710c7e642ea20e3ba450fae42a77378a86bba7fc8 0.00 MB 1 0
84,991 84,991 00000000001a46e107cbcdf8a1f85689ac4a1328355a89706f05e0f6c853225a 0.00 MB 6 0
84,990 84,990 00000000001a2d8ba5566555e6bddd7b1fc91d0cbb3d4530d6ae1d9988464220 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.96 GB sent, 98.89 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.