Memory Pool Memory Pool Refreshing

5,580 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (586,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,698 321,698 000000000000000024083f425927fce8b3356ce4810591c5796aae279222d8d0 0.35 MB 657 27
321,697 321,697 000000000000000020f7ef98826fa2fab3dc135d17b6876ac99fd70416a9accf 0.15 MB 261 24
321,696 321,696 00000000000000001ed26da27dbf144b72c87e5c11d5d9450af7fb35c8af734a 0.04 MB 67 25
321,695 321,695 00000000000000001ce7f00f6502d43012f08b578dbab4c991d08a5690daf8b3 0.17 MB 269 25
321,694 321,694 000000000000000018a010f4ba326fce29af44837113174c028e5fdb9b31f1e5 0.03 MB 85 30
321,693 321,693 000000000000000022034a990bada5b10debe3f89e29cff1edd03c0908495e7b 0.05 MB 47 3
321,692 321,692 00000000000000001ae9973332f252d4c98ce3c785e2ff5be988ef5c0cacf7af 0.35 MB 611 25
321,691 321,691 000000000000000021af2c9b0346aa828dcb61cc43575c30d2d0becf17901e16 0.15 MB 272 30
321,690 321,690 0000000000000000191197ecae2c27e073f858c78067255c778c12b54a22346f 0.14 MB 270 24
321,689 321,689 00000000000000001073630a035bb1eb3459118eba3e85512544c8a2920dcbbd 0.59 MB 1,106 26
321,688 321,688 00000000000000001b6db47e1cec8389158d44beec4d8e9e1ab5916548ec0ef4 0.05 MB 64 80
321,687 321,687 0000000000000000210bcaffbba1ea95331ed79a8b4ac8362c69d31079021c33 0.09 MB 173 27
321,686 321,686 000000000000000016fca0d05fec43a362f8e9ebbe15d2296c34e5c0c4301523 0.06 MB 108 24
321,685 321,685 00000000000000001e5e5c3513b0015d26b4b11d5abbfa3ad9b89e20f71f336d 0.13 MB 327 37
321,684 321,684 0000000000000000207c3ffbb69ee7d1d8583e16aa0e05329d23bcb0d4a4784f 0.03 MB 94 36
321,683 321,683 00000000000000001c3cc228dd587f9d2a84c5fd2cd9410a5d0675b27ac5026b 0.25 MB 389 24
321,682 321,682 00000000000000000c073f79bc2f95f37a03fa6c6641e2de281aaba7417755f7 0.09 MB 186 27
321,681 321,681 000000000000000019901c29d77625b7bc8970c3b22c09df2c9b1ff94cdf05be 0.18 MB 315 25
321,680 321,680 00000000000000000922423a529fd4a49169995b71ce02b397c71725ea04d9f3 0.07 MB 113 31
321,679 321,679 00000000000000001e881f9e0d4e80234e45f43f87795176f7f1ddfe1a8e447b 0.08 MB 174 33
321,678 321,678 000000000000000012ebc16fff9545f891ffa3ad1b48882c1bf68f93f15ff9cb 0.02 MB 38 26
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,632.87 GB sent, 93.74 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.