Memory Pool Memory Pool Refreshing

1,008 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (29,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,900 877,900 000000000000000000018c76753edbf77cc15b052f43cebfb717423c9d1b1ede 1.76 MB 3,015 4
877,899 877,899 00000000000000000000617f429eacbb30814307372e1f20cef5bf31f3ec4547 1.74 MB 4,261 2
877,898 877,898 0000000000000000000257a5a95a809445b49d3ef62f405d62f2b26444c5b618 1.60 MB 3,364 4
877,897 877,897 00000000000000000000cd287557cbc83bfdedf5c375c01ba0df958db369b3f5 1.69 MB 3,704 4
877,896 877,896 000000000000000000008d0560ea8ce784d5e5465ba4184438e17404b55b0329 2.79 MB 2,148 1
877,895 877,895 0000000000000000000124440874d191e7fb9e19fac87456df1bcde2257ebb5f 2.01 MB 3,143 1
877,894 877,894 000000000000000000018651293714a99cdbbe2dd332994032ae02d608cf60ab 1.56 MB 2,724 2
877,893 877,893 00000000000000000001329a5164f32be2424d564f6e53988e588c57364a6576 1.49 MB 2,306 3
877,892 877,892 0000000000000000000107cfd7bf0fc79d43e9c8a4f6fcb2a657b62d2154f9c5 1.80 MB 3,329 2
877,891 877,891 00000000000000000000c2bb4b9cf992a28a7ffbaeb5d017a5e326edbc045894 1.55 MB 2,365 2
877,890 877,890 000000000000000000025c22282a14d7b427f0113f3b2e1bba4c76f2b61bce99 1.49 MB 2,101 2
877,889 877,889 00000000000000000002322ada39ab13ee76c9992e216de144e2125632fe4225 1.83 MB 3,207 2
877,888 877,888 00000000000000000000014ff66c5a157aa6bb889abef980c7b614387069a306 3.93 MB 116 5
877,887 877,887 00000000000000000001c235a1830387260e962dad1554f9637a89d52bfb70e8 1.61 MB 2,605 4
877,886 877,886 000000000000000000022217491500f8d145fd13f60c9d093d381f7708847992 1.60 MB 2,469 3
877,885 877,885 00000000000000000000ce31583f108d19793bfb54adedd4d8cb7b1659441fc0 1.61 MB 1,947 3
877,884 877,884 0000000000000000000121711b9b19cf8d9555abe8d4f8dddcc867781f130684 1.72 MB 2,342 4
877,883 877,883 00000000000000000000ccf33105c3049d3b04df63eda1180fa1554fddb6a091 1.76 MB 2,337 3
877,882 877,882 0000000000000000000030dce2c260a151755e8dda6266eacf7c26531aa47e9e 1.56 MB 2,029 2
877,881 877,881 00000000000000000002546e5b3975b04ceeb6fcec193acac46250fb6b4362db 1.86 MB 1,054 2
877,880 877,880 00000000000000000002830acc160ffcb8a952773d4fff491f1d00fa10af50ff 2.00 MB 582 1
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.