Memory Pool Memory Pool Refreshing

3,678 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (26,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,701 881,701 0000000000000000000015526d8d7cbfd1d5816660908a272509e84497ecfd77 1.52 MB 3,059 4
881,700 881,700 000000000000000000022c98e6c0abd203dc40916ac100a476bbd5af00b8c90d 1.53 MB 3,755 7
881,699 881,699 000000000000000000020901a443d287c9b72093c2fb8e7291dc5386ff12d9f6 1.74 MB 1,482 3
881,698 881,698 00000000000000000000341ed1d943e6566bb3709f46851abd5604d88c731bed 1.63 MB 880 2
881,697 881,697 000000000000000000028c1f83e03d643eebe72b3acc9f9b63479e908a452f46 1.56 MB 2,601 5
881,696 881,696 00000000000000000000aa7f89de75329977fe88ab70bf2c0b83bde56b98bd39 1.71 MB 1,833 3
881,695 881,695 00000000000000000001e1ae6d1544a914d158c96a097f51b58b9d2ab559b5df 1.54 MB 1,948 3
881,694 881,694 0000000000000000000155a9617c99f314b48b1a583320e8e2aaa7896d8afa3c 1.56 MB 2,477 4
881,693 881,693 0000000000000000000209f721216a495be34b8d970dd7eafa265e845aae1c68 1.56 MB 3,212 7
881,692 881,692 00000000000000000001262e9d0db347f915b46b3a468a628e4f50e8143849ce 1.66 MB 3,567 4
881,691 881,691 000000000000000000009f69d925d57eeb492b7827214584bc80533c41c615dc 1.47 MB 3,316 8
881,690 881,690 00000000000000000002160f97ca22085b50030e16364299b44618d635ffdaaf 1.52 MB 2,913 5
881,689 881,689 00000000000000000001a7d6ae80428c658d5885115f38158ea5c8f7aa6ac55f 1.52 MB 3,873 5
881,688 881,688 0000000000000000000227ca708ca84596ec189d25603a1423417dce65d70f41 1.50 MB 3,448 9
881,687 881,687 000000000000000000005227516babdd0a1b7befddf68aaa6b7cfae474b05e90 1.59 MB 3,465 6
881,686 881,686 00000000000000000001bf712128ec9ef785b5411883cf7ae6cb4e30e7d3b555 1.66 MB 2,982 3
881,685 881,685 000000000000000000018a5ada3276eee166be8192f8eeecc4961f1e42259f4b 1.54 MB 3,367 5
881,684 881,684 000000000000000000013cc896e99981db8a1035bd2e5c1b4a83c592a297f25c 1.77 MB 2,954 4
881,683 881,683 000000000000000000006e21b74bc27351f4598f3c8bb2d5e1c3e2443ad7bbf7 1.47 MB 2,415 3
881,682 881,682 000000000000000000023b092faef039e1fb3aa8be540ac8cf62cad8f0ee15a3 1.61 MB 2,921 5
881,681 881,681 00000000000000000000adb6f6c558c5da05ae338d41ba3ab3a14f72737a8988 1.44 MB 3,038 6
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.