Memory Pool Memory Pool Refreshing

5,075 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,622 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (586,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
321,677 321,677 000000000000000017b5ac74baf097df5fe137860643acc39a72f52438362cbc 0.15 MB 247 19
321,676 321,676 00000000000000000929fdfa6e10f754db27371d0fa080109b1e8fc8c5800886 0.11 MB 216 31
321,675 321,675 0000000000000000212119d980dfdc6ccfc80592e2400d6eafd00adf798b9354 0.25 MB 468 27
321,674 321,674 00000000000000000d8c6efb690945c26f99778533972910b45e7b0930e5684c 0.19 MB 394 27
321,673 321,673 000000000000000005ca6a7813c73ef4df27f652b3197a2e197b74904710a348 0.56 MB 1,216 30
321,672 321,672 00000000000000002344eb75d46d59f293c00741ee4e60d52decd2c88efa5023 0.07 MB 122 24
321,671 321,671 00000000000000000d3b31d554ab632a2c4169607e4cb9b147cae124ccd32d5d 0.48 MB 757 23
321,670 321,670 000000000000000008b5c814af3960da66c9c050b077a6abb5f667710b2af710 0.22 MB 374 25
321,669 321,669 0000000000000000214cdcbde9117da9c0064bb06c13163c235e788b63fc353f 0.08 MB 171 26
321,668 321,668 00000000000000002461ab3649c6ba9dd0e058affa9ff2eb69cf332443437046 0.12 MB 210 25
Previous 10 blocks ↓
Total Size: 769.18 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.64 GB sent, 93.87 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.