Memory Pool Memory Pool Refreshing

2,097 transactions
2.31 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 770 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (9,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,073 898,073 00000000000000000001fde88ff57dfaff5e19fca952da905720ad560a8fd38b 1.61 MB 2,814 3
898,072 898,072 000000000000000000005801b46e84a1fef7224eb386e2bd39d0dc63e122b402 1.61 MB 4,319 4
898,071 898,071 000000000000000000003f1a3ee7ed728a425312f0be0bbf601b090442107d0f 1.49 MB 2,988 11
898,070 898,070 0000000000000000000144db657f6ed7abf884829c9a1aeaced400c6eea7d40c 3.55 MB 449 1
898,069 898,069 000000000000000000021fb10e52e6e98676cba48ec4b747666e72982597f9b2 2.91 MB 941 1
898,068 898,068 00000000000000000001bc618b9103a5959dad2e3db793a232ce0765d63e4fba 2.32 MB 1,336 2
898,067 898,067 000000000000000000015411387a08e291b9b0a0ad95fc09bcfd7405e030a5d4 2.82 MB 1,451 2
898,066 898,066 00000000000000000000cbb09b2aaf1e904ff060982592c30d3b1667d22ec1fa 3.78 MB 320 1
898,065 898,065 000000000000000000012364fd115a6b32b8c1e6e6e19d57d521f2cd36b71343 2.71 MB 1,743 2
898,064 898,064 0000000000000000000084bcb34be79d6fe495cf90fa9b3556a7176103c5a497 1.58 MB 2,450 2
898,063 898,063 00000000000000000001411e618102ac7a44e002c96b35d384a536063aeef255 1.61 MB 3,557 5
898,062 898,062 0000000000000000000193282bea18603670e3c550ff035909788484dce69f49 1.60 MB 2,363 3
898,061 898,061 00000000000000000001514fea01201e17e81d0434dfb577137965197448d359 1.73 MB 2,660 5
898,060 898,060 000000000000000000001eae9086b85d04b77eeb23b840c83f5ea1e381ed8d87 1.56 MB 3,859 4
898,059 898,059 0000000000000000000021c68285cd9d7676f06b2ee109689fec0da2804b2cbc 1.52 MB 3,869 4
898,058 898,058 000000000000000000010fdec8b49bee822abb0035ffb704686e23d3bffcaee8 1.62 MB 3,518 5
898,057 898,057 00000000000000000000ec92aa29ae996e14d3d888c1986c2039e44d674e3f6d 1.34 MB 2,867 4
898,056 898,056 000000000000000000015bc98581e7e13f51f04015331fdefe6c0fc9ea4be4bd 2.71 MB 1,337 2
898,055 898,055 000000000000000000008353b6a620a51eea9c45ab5a58d811795d2e277230eb 3.10 MB 1,440 2
898,054 898,054 000000000000000000011e38c10e715a6f074b82c3e5b9b6f54272eaa988009b 1.79 MB 1,671 2
898,053 898,053 00000000000000000002467b846fe98051702867f4df9ed0723a1f1ea6e27d65 1.79 MB 1,676 2
Previous 10 blocks ↓
Total Size: 769.19 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.68 GB sent, 93.88 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.