Memory Pool Memory Pool Refreshing

8,989 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (738,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,839 168,839 000000000000052750e85ea5d0896d21af9072bd386eaae6db9b6a770427e204 0.00 MB 4 939
168,838 168,838 000000000000086b8aca9e37a6b121e1b941f8e195bec52aedc711cf6aa7d6bd 0.01 MB 16 21
168,837 168,837 0000000000000420170e9d8a9875b8fbdc858bb1e938c14940b6f1403af1784f 0.00 MB 7 346
168,836 168,836 00000000000009847ba5c531fe70234a63d9a94d529d88d8faccfe9745fd2fad 0.01 MB 25 12
168,835 168,835 0000000000000236e9b3be7e02180d2eba9faecc454949078e15cdb6aa864093 0.02 MB 51 70
168,834 168,834 00000000000008754df381c5168800d55c5c3832b8e9f99ff0d4adaef0811e22 0.02 MB 52 244
168,833 168,833 0000000000000ba64dad27cac897329f1277e30c4d662e457ceaf1e58f9bdf84 0.00 MB 6 69
168,832 168,832 00000000000001f4cdf854bd3e72b750553f054e8526bc52f8cf52e36dfbc62d 0.04 MB 100 94
168,831 168,831 0000000000000649ecfd9e0a2e4cef5edc015edad15e716e1cf49d388b8f6fa1 0.02 MB 43 2
168,830 168,830 0000000000000b0c21e17e4fcb77a6b97be31ef3a961903b2e065e4d97e2cdb6 0.01 MB 17 53
168,829 168,829 000000000000045fed8fd040df0b11e50bc5250915b5440a9e86e42436fbf384 0.01 MB 13 62
168,828 168,828 000000000000045ffa8907694030889410e00bc242a5aa1fa1b90a6417f992dd 0.02 MB 45 62
168,827 168,827 00000000000000578ae3a1cdc9221349bc9eada5738009e1b33a6f3b3421a90e 0.00 MB 14 40
168,826 168,826 00000000000003ff41b7f2df4d12d008a55ad1c4a4eb886bb0c6a0d702a65ba2 0.01 MB 13 79
168,825 168,825 0000000000000466c5156ea672d72c694f85e531f5522dbdc6fbb070ecc0d66d 0.01 MB 32 0
168,824 168,824 00000000000008b9aa9d033c545e4835905a7a1a96a9d6caafccd73eeea1d825 0.02 MB 37 92
168,823 168,823 000000000000034b083093e2decc16c457ab4b6a4e808298f9ae37ab95f883a0 0.07 MB 48 130
168,822 168,822 000000000000004c6529e2dac3e6bc612136b3793ea58445f38ab6f0c3813dcc 0.02 MB 35 98
168,821 168,821 000000000000052333580978a065286b559eaacb661fed22df548e3875488d4c 0.00 MB 6 75
168,820 168,820 000000000000071a535a355fe5a021cf1c7bb2372e22eb27166d45d3c5d79447 0.01 MB 35 103
168,819 168,819 0000000000000b658132d9e544685be830145c30bab1596be9ddc84049dc0cf8 0.02 MB 20 21
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.