Memory Pool Memory Pool Refreshing

1,808 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,298 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,806 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (901,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,871 6,871 0000000034cf5a94968d475294737080888ee545706c3eb5ada30955027aed03 0.00 MB 1 0
6,870 6,870 00000000eb5b9ba8b77b40acdfe5552a22e95a301e8a4ef72519aca1cee4a1be 0.00 MB 1 0
6,869 6,869 00000000f00190cbb7214b80a0861c45c4ee5c8d3b54e01c9a9a73afd9473ce2 0.00 MB 1 0
6,868 6,868 00000000d04818b7e6d46f5e3e905fe07aaeaa98e4a7816f2b01fbce25ee4edb 0.00 MB 1 0
6,867 6,867 0000000015ec638dc43499574063a1d1a8b47a47756e3608517210c7abd9b2b6 0.00 MB 1 0
6,866 6,866 00000000fe588b9409e65b74d465f36b7d792e649d3cb3bdcacaae5d3d3297d7 0.00 MB 1 0
6,865 6,865 00000000e5aafc1c3dbd73a2d90fb42b9cfbc18835c21a2e0881ddad91dda766 0.00 MB 1 0
6,864 6,864 000000007f61cfcf11ddde9a4d078da91b8c18831e3f75cd1263366292142786 0.00 MB 1 0
6,863 6,863 000000001bc2484049552d3302ff29bae5b3b110772c97e4a4edf9efd82320b0 0.00 MB 1 0
6,862 6,862 0000000050a2e77663cd575999a6a3950fcd2691ed3211787b941fa11f348cc3 0.00 MB 1 0
6,861 6,861 00000000621f3cb0d94e1661ef5662903ca878cb1788db2d80223e75aea2275d 0.00 MB 1 0
6,860 6,860 00000000c0d58417a148bbf76ea89f12eaa4c26ec4bc6e1b9eecb62241cef29f 0.00 MB 1 0
6,859 6,859 00000000e12ba875291c457cf695927040edf8d144923bc2e92b43d6e30d83bc 0.00 MB 1 0
6,858 6,858 000000009e6227e6974ecf90eb7414ce9c7df2a53145df91f8ed5a742bab76d8 0.00 MB 1 0
6,857 6,857 0000000003a4cbd3c094831fa8668dca578b5d0613204a590ebeb23423869839 0.00 MB 1 0
6,856 6,856 00000000278617cb288129fdc526d05d9f3bb671f7933b12100e1ed1d6896c8c 0.00 MB 1 0
6,855 6,855 000000008f73a920ccd0081eba0f5298d4290f774d79cdf789ea102da9628d02 0.00 MB 1 0
6,854 6,854 000000007db21ca5337f74ecf4d9fb1286273b773c7f733cf71b70855cf9cb91 0.00 MB 1 0
6,853 6,853 000000001e6b6f369fed9dd0861026778e41e59e55add399bee9f9e0054b7ea6 0.00 MB 1 0
6,852 6,852 00000000d45502ab04c1adeb0a3c9c2930a880e78f94c4ce0fc707ac52588696 0.00 MB 1 0
6,851 6,851 00000000b8197fbfd62c8f20bfd82408800d7fd172ba0cbfd0111edc45136b3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.37 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.