Memory Pool Memory Pool Refreshing

1,091 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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 0.39 vMB 1,070 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (27,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,923 879,923 000000000000000000026509c0f355a67fcea98e2ad9bb62fbc808a1deacffd5 1.64 MB 3,518 4
879,922 879,922 0000000000000000000201d152de7ca694f3cb16696ef88c44c4be98fca13ab1 1.61 MB 3,572 4
879,921 879,921 000000000000000000019bf5c8557ff9466a088d776f38eb20ede07499c45306 1.63 MB 2,611 4
879,920 879,920 0000000000000000000234d89dd653b117a1cff10c57aa61ca0fa29062c58604 1.64 MB 4,230 7
879,919 879,919 0000000000000000000122f7dc2832cbf3a8db6995dad117274cd7633c016da4 1.60 MB 3,921 6
879,918 879,918 000000000000000000024d7e2d871337110b018da43ec9ce1b15fe45abf20ada 1.70 MB 4,660 7
879,917 879,917 000000000000000000010f4c3a8bf9da601a36ee0960f6934a5bd28971406563 1.76 MB 5,086 8
879,916 879,916 0000000000000000000266819fe415c51f9c025e1059b4c1332c1033236166f0 1.79 MB 5,068 6
879,915 879,915 00000000000000000000b0af337a68582740ac3087dd5ad3c6c511c89637a68e 1.74 MB 4,853 4
879,914 879,914 0000000000000000000089783ffb0364adf2cdc3dbb07ee7fcd04b3f2fdfc106 1.59 MB 3,775 6
879,913 879,913 00000000000000000001f71e896518ce2c53bcd3bba409277ccdf8c13b1dc343 1.75 MB 4,588 3
879,912 879,912 00000000000000000001b9f4707ef4a99a624a63a1eae225baaf61b75b19c84b 1.61 MB 2,007 2
879,911 879,911 00000000000000000000d23cd4b57825f94775df8fb7daa06d8d76d86b4f7785 1.72 MB 3,178 4
879,910 879,910 0000000000000000000219778643282ab96eedcc987150a54c9f096b3feb241f 1.69 MB 3,576 4
879,909 879,909 000000000000000000008f556f2434bb1bca1f8e76c5cb323196ad177578b728 1.72 MB 2,154 3
879,908 879,908 00000000000000000000f58543f6fc5b0354dbf0d093348f2fe321ac5302a2e3 1.63 MB 1,634 2
879,907 879,907 00000000000000000000b40b41c86129b871f545f852b81252b56c3b65150b44 1.63 MB 3,682 3
879,906 879,906 000000000000000000027618040464d518eef5cb5fd4d648a044fdecf8108db5 1.61 MB 3,786 7
879,905 879,905 00000000000000000000a4270c6c6284a2a3b10abfed6debd8e455b848e7b602 1.53 MB 2,902 3
879,904 879,904 00000000000000000000f3b3e06411542278ebdde6e42ebe6f91716c99eb55d1 1.48 MB 2,845 4
879,903 879,903 000000000000000000015ffe1245d8fcb780c9d0a7eff3f87a69f3581c1bce5d 1.63 MB 3,164 5
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, 113 incoming
  • Data Transfer: 1,635.37 GB sent, 94.27 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.