Memory Pool Memory Pool Refreshing

6,004 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (252,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,911 654,911 0000000000000000000c219e93725892b6f3ab3dd99e657310a2b1aa00347b7c 1.07 MB 3,055 150
654,910 654,910 0000000000000000000d2063b71975d2804162548645131e8e0b9cc82ea03ca5 1.13 MB 2,666 158
654,909 654,909 00000000000000000004cd960875fef349708d8f8cd7a4f9ee6b646fe2820c10 1.30 MB 2,835 264
654,908 654,908 0000000000000000000324c93775767d11083af5e2d0543ece21bba5641dacfd 1.40 MB 2,867 354
654,907 654,907 0000000000000000000b17ba8f01b7c69cb91be2852a566591533eff352aa87b 1.18 MB 1,738 259
654,906 654,906 000000000000000000026f35fcc9e4b788b22135f50a501941536ec8bdeff812 1.26 MB 2,869 205
654,905 654,905 0000000000000000000e0c61768ca594295d9b533e0bf8b22c0c10d5c5c0f8cb 1.25 MB 2,825 262
654,904 654,904 0000000000000000000c40e173aa9cfb96d94c53309e4683ca242d4a11ec5513 1.32 MB 3,286 269
654,903 654,903 00000000000000000000593e4dace0384e914c77296b11bfc41dbf071dad0228 1.37 MB 2,711 301
654,902 654,902 00000000000000000009009f14aa1cfad10f8fd9efdcfab5f6a7fc0be9f6dd4a 1.40 MB 3,034 298
654,901 654,901 0000000000000000000561c8d2d6a29d5d2282550e19f2e075cb7358e948412e 1.49 MB 2,473 338
654,900 654,900 00000000000000000005257d814241f317a4acc9be6f4a162e67e4ab2b3287d5 1.25 MB 2,757 307
654,899 654,899 0000000000000000000acb340234602254129737b66d3d1984d8e2164ab841b3 1.22 MB 2,034 332
654,898 654,898 0000000000000000000a7c62500916db9ab111a419d36aee2739c1e89251a2ad 1.36 MB 2,465 315
654,897 654,897 000000000000000000012acc4902d5a74359632c8726d4a88e0bfb69121ed31e 1.33 MB 2,670 332
654,896 654,896 00000000000000000005de37eb1931505eb439b701c126a3f8c14334fab9bc4a 1.34 MB 2,888 366
654,895 654,895 00000000000000000007b0562e9a1e8e508338fe8874ffa8586c61afddcce4d8 1.31 MB 3,350 400
654,894 654,894 000000000000000000025e38a9f31ba9298786ffb0279e4bde382bdee00c4d88 1.18 MB 1,978 255
654,893 654,893 00000000000000000001a133a781a23c898648ad12f79f473c700ea68815f081 1.37 MB 2,754 262
654,892 654,892 0000000000000000000a3d2803d1679a5c51688d68b83685f198bda1c7dadb77 1.39 MB 2,340 252
654,891 654,891 0000000000000000000e046b536598b7ce9c8ce34c45c15f660350d1a7c3514b 1.24 MB 2,765 259
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.