Memory Pool Memory Pool Refreshing

7,963 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,780 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (878,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,007 29,007 00000000854fdd8d8d3fb263647e86c4567630b524fd19a28aaa2ba54618fc7c 0.00 MB 1 0
29,006 29,006 00000000719eed3458d8bcca65a3d140af9a85d57e83154d8144cefec1f0487a 0.00 MB 1 0
29,005 29,005 0000000021b78b7c6f9c1951d59087541570b61f4270f0deb2fcffb93e25a9bc 0.00 MB 1 0
29,004 29,004 000000005d41e605e21e7dbc645902e022291a063a351b582776e367780b6a0b 0.00 MB 1 0
29,003 29,003 000000006d83cafcdc182a626a3606bcb7e10d457b921b8c9dd71abf19f90271 0.00 MB 1 0
29,002 29,002 000000004a8e9fcc898bcb3f034425deabcf5d4cecce9fbaf03b79cbafc7f641 0.00 MB 1 0
29,001 29,001 0000000071b907a3b25b40b1d2eab18cf53953b8150336844b19fb3dad44b6cc 0.00 MB 1 0
29,000 29,000 00000000b8b9f3b66b43b045aedc3380780df7e492866683c59efa770bb9a3a9 0.00 MB 1 0
28,999 28,999 000000005a677eb5157d069fbc67c72100e5dc6195ef165c1edc7d937f0226fd 0.00 MB 1 0
28,998 28,998 00000000820547f9fac7f8f8bab3a16b4ac4c476fc89c21df222590c3792bfca 0.00 MB 1 0
28,997 28,997 000000007b0858cc12ba1520e152f11fd88c59b165776bfa2d785f00c9307484 0.00 MB 1 0
28,996 28,996 000000006a1444e7535a54802d344649bdc7fb2f81b10978d8aa6c7fbf469cb8 0.00 MB 1 0
28,995 28,995 000000008bcd16a32bd22235aebbb33b0b2fb42048a9316c9ebfc09a1e5c1bb0 0.00 MB 1 0
28,994 28,994 00000000a4a7a0004cc3655082c9aa659be631f04242c6c7d64a7115dc4d1cab 0.00 MB 1 0
28,993 28,993 000000001f85e41aa2f49cdd60b9456599dfc71e60b6002d62887ac76da6a005 0.00 MB 1 0
28,992 28,992 00000000d5d59f8c4d14c7e9e019af15dc01c74464450ed19fdb023a2f02601a 0.00 MB 1 0
28,991 28,991 00000000db9098763f1b47cc9f58dbad1b3c3b00602e89c5f4cc30f62cf9da05 0.00 MB 1 0
28,990 28,990 0000000060157c4c340f7dbaf80baf1f7b3890bbacadeaf36b113d1732a02e10 0.00 MB 1 0
28,989 28,989 00000000935d668c48453321211fe99eb3eda620d0289307748b996aa9c4e61b 0.00 MB 1 0
28,988 28,988 000000009b13754ee099077fb929946c9b09f6a752ef72fb6af9d3486808f318 0.00 MB 1 0
28,987 28,987 00000000e08bcc29532470264c887fc6d99343cc041c959c7c4619b672249f01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.