Memory Pool Memory Pool Refreshing

4,755 transactions
1.74 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
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (587,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,035 320,035 0000000000000000048bbb308af0d6cdad871490463bcc8f376e95183b2d44f5 0.04 MB 69 20
320,034 320,034 00000000000000001c55b3b1610e5c3a457ad7dca9aa2a9a06cccc6f41755069 0.35 MB 639 27
320,033 320,033 00000000000000002293523ec814214111d8d413c98eeb275e6800484a0eeb70 0.65 MB 1,346 31
320,032 320,032 000000000000000009d572a57ff251898e6f0d2847080527c7028920fd9611c4 0.06 MB 141 28
320,031 320,031 00000000000000000a872a97f874f4c8ce9ae154b869e7cf0e1c3cf73c54975b 0.10 MB 195 17
320,030 320,030 00000000000000001a1ae088280c070dc105903d134fedf74a7a53f7d78cb2c9 0.40 MB 835 32
320,029 320,029 00000000000000001c40a99d246856eef2c1f5b43fa743ea5e63c7839ffd25de 0.44 MB 851 29
320,028 320,028 0000000000000000166a78a4c76a60e1aa8da38ffa701ba35ef535f539e7f8cc 0.34 MB 729 31
320,027 320,027 00000000000000000f7ee02fe23f584c9f03d4a876e36a6a1abc4292fa779cc1 0.26 MB 517 26
320,026 320,026 0000000000000000045197719ed63c91d7ad198bce48735a6bb052122a48f7ee 0.60 MB 1,202 29
320,025 320,025 00000000000000001c2d8cdb8a3719975b78db6d810030bbce8ab505467809e8 0.40 MB 734 27
320,024 320,024 000000000000000003d6a8f3b7c25374f77ef89e906b2d707cd182454bed4381 0.16 MB 143 15
320,023 320,023 00000000000000002190673aed9ab21a2100b04d3d7956dd96c8247d1d5b9bcd 0.93 MB 1,847 30
320,022 320,022 00000000000000001a8a7d389f0f71f251f0d28cdba01a28f76adc3c268f5a8a 0.08 MB 126 22
320,021 320,021 00000000000000001d215509d7f993d1c34b1a3366dc3743f41ee687129404a2 0.71 MB 1,159 24
320,020 320,020 000000000000000011b29008e99491704b35ffa34f6b2f66ead4baee9c391b08 0.01 MB 32 25
320,019 320,019 000000000000000016c9ccd8e8c13bee4ebbf892f65a2133bb0f0ffa5afdfe38 0.11 MB 236 23
320,018 320,018 0000000000000000252f6da60ca32c88146c30dfc1a3da66f9076a4c8faed9d9 0.89 MB 1,168 23
320,017 320,017 00000000000000000739ae4119340642a53d3e6064e10cb12347cfe874b9ca30 0.75 MB 2,075 36
320,016 320,016 00000000000000001e2bd5631a2e7e4340d0d0715e503b149b00c77b74bdea68 0.20 MB 236 21
320,015 320,015 00000000000000000b8cd4a8a7752ff8785f66232359273f619f6a6cb28d4644 0.08 MB 122 17
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.