Memory Pool Memory Pool Refreshing

4,028 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,044 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (1,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,973 905,973 0000000000000000000197d2cec77937bd119a95d56a478ecc2aa690efe07902 1.52 MB 3,734 6
905,972 905,972 00000000000000000001f03d7260919d7131b153ba26e4c20cc006131dbb0255 1.56 MB 4,043 8
905,971 905,971 00000000000000000000ad1559ab448ccfa0f43b9825bf092c9aece9a653b902 1.51 MB 3,513 2
905,970 905,970 00000000000000000001df5b99b64885a7fd8a9c3f2c91943b14660651b4d8e5 1.56 MB 4,009 4
905,969 905,969 0000000000000000000167d22c1352bd7b557cb07580f8d16851c7bfe6a7637e 1.60 MB 5,019 3
905,968 905,968 00000000000000000000af85ded40308a54539ec18be6f594df951bebb058a7f 1.60 MB 4,197 4
905,967 905,967 00000000000000000000b058ad5555052294419f4d0e2cfd8791a21bd79d9289 1.55 MB 4,104 7
905,966 905,966 000000000000000000000190ca4efe4aeb6bd7f59917be59d02cf978f27271cb 1.58 MB 4,415 6
905,965 905,965 00000000000000000000086115ca7e2a59e2a352c2137548db9f7255f0ed91c7 1.57 MB 4,870 3
905,964 905,964 00000000000000000001161010a3e2411ee9324be5362efb21e37413a1711de7 1.58 MB 4,016 4
905,963 905,963 000000000000000000007ac673a389290390170af825d222e219fa657862d84f 1.52 MB 5,297 3
905,962 905,962 000000000000000000022400c9be2b0ba1fb2561b6f63a2c1174e60d4723e570 1.61 MB 4,397 3
905,961 905,961 000000000000000000010a6e9deb20cfe72a712b83949ba5349c0f41cada9262 1.69 MB 4,454 0
905,960 905,960 000000000000000000020320333e9a16c51a76db6fec2abcfeeb50508dad6ad9 1.58 MB 4,189 4
905,959 905,959 0000000000000000000174763386c3f7e6ef9defb6493a66d5b67ef9e40028ac 1.43 MB 2,509 3
905,958 905,958 00000000000000000001556ae766a912f217734cd88f018149b17d4149df7612 0.46 MB 1,016 3
905,957 905,957 00000000000000000000eab8b883864d9527675c27f73d0272769de90d6f7b83 0.32 MB 675 2
905,956 905,956 00000000000000000001182ef76034775129922337f7227d82f0b856f56549c3 1.58 MB 2,844 2
905,955 905,955 00000000000000000001706171b3c286509e301b92d92ef8a53c7652e45c7f53 1.65 MB 3,345 4
905,954 905,954 00000000000000000002306c23c081aa8d9b792a62d7bc66292c688d986bcc39 1.82 MB 4,243 1
905,953 905,953 00000000000000000000993bb6a66c2cdcca69f9cf660fcfee4768bab62f1ab9 0.02 MB 73 3
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.