Memory Pool Memory Pool Refreshing

7,699 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (627,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,883 279,883 0000000000000000bcc50988c088ab9bfa503d036977bd246c202f5af9bf8c38 0.12 MB 221 41
279,882 279,882 00000000000000023d9d81c2f4be8429d71767c937066ce056714cbb8b730215 0.10 MB 139 16
279,881 279,881 0000000000000001bb248a3b845c7c2ee3d7f6afaf6deff8ef8e93d52236f646 0.08 MB 151 40
279,880 279,880 000000000000000051f2533a8ee216834f960a8d1ac32203f0ba6d0a3eebc0ab 0.07 MB 152 49
279,879 279,879 0000000000000001992d1c16944546f578b67576df75666b065374077bffb670 0.18 MB 442 51
279,878 279,878 000000000000000124d6675e440e8455a8edd36186d87ba6089aaccb620be1fd 0.20 MB 354 25
279,877 279,877 0000000000000000b5819aa0291140ccd9a2458c95bc09ffe1cc2d196202bb9c 0.03 MB 76 105
279,876 279,876 000000000000000239bca7238ebd6f5c1e77b5517d52e2124513836091972015 0.33 MB 661 34
279,875 279,875 00000000000000011368abcad6f48a95a4f34846765309d830e70d45d3f8dd1b 0.03 MB 105 178
279,874 279,874 0000000000000002d3f0e3ca9d9d6a4dc2e8c8c382497e11ee952f228675314e 0.30 MB 609 39
279,873 279,873 0000000000000001d9e1ddad0475c9104834368a80823e32adf0005f58b330fe 0.21 MB 356 29
279,872 279,872 0000000000000000c04f504037e82c558f9f3a89524643fe99effa84adeacbbb 0.03 MB 97 113
279,871 279,871 000000000000000266cf95a415f4861ad4ec7f2b77e288d07ec2f6e0f7a1523e 0.13 MB 300 46
279,870 279,870 000000000000000181e7fdd20afa544696c3f42715b0e2d0fad4704a4b9e4be2 0.17 MB 433 55
279,869 279,869 00000000000000011c93d98bcbfa6778cbc578095d50a5df2b65b98b2b4ad93a 0.19 MB 414 45
279,868 279,868 000000000000000163b234c576dfd3804fd3075d8333f1044d95355df46b36a1 0.02 MB 27 27
279,867 279,867 00000000000000004e8f59150c8a692350a4800ec65146c62f72b50282385877 0.04 MB 48 16
279,866 279,866 0000000000000000c454f3b32fdf4cd7635afa3dcc183ec70bc95633f585f156 0.02 MB 43 41
279,865 279,865 000000000000000277f3d837fedabf11f11871637cd08ea8a90ff2698f75af5b 0.10 MB 251 69
279,864 279,864 00000000000000014d0b7366bf4849acf2fc56b8dcfbc0bd0f98dda0e34291d4 0.00 MB 7 14
279,863 279,863 00000000000000018c0aa43930b9a391ca9436c7b558a775a625ad441f6adb3b 0.04 MB 94 38
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.