Memory Pool Memory Pool Refreshing

4,523 transactions
1.27 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
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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (99,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,545 808,545 00000000000000000004abd5144d11c1059c4ddde4585334d1663b2f5317e32f 1.71 MB 3,946 29
808,544 808,544 0000000000000000000046be92f5770f1c5bae3c76a178161864f1dd0d9e65bd 1.71 MB 3,837 25
808,543 808,543 00000000000000000002fb0c1ee6b12d800ee431fc88980fc9b029e97496278e 1.91 MB 5,416 23
808,542 808,542 00000000000000000003a48ec7f13bacf0ab40be6be429c9c90eb3c7cc23b74d 1.67 MB 4,236 29
808,541 808,541 000000000000000000041c7f3fe086f4f5c1e64dc00f757860bebdc89500d929 1.60 MB 3,731 32
808,540 808,540 000000000000000000006e2beb734abe0c2cc3b04b6e3bccf35b8856bf96f1ec 1.62 MB 3,779 27
808,539 808,539 00000000000000000000b0380c3b1aa099f7d2a401217c80b3e6dd27952a8fcc 1.47 MB 2,878 29
808,538 808,538 00000000000000000001257325a813edacc93747d4ed08c3cbd174344d3b2e65 1.54 MB 3,088 40
808,537 808,537 00000000000000000000da609cbda310098e42bc8253650569d7cc91380ca03a 1.91 MB 5,019 24
808,536 808,536 00000000000000000002768768743d3cf21f133acbc8973bd6f1b2e414e8e84c 1.74 MB 4,451 20
808,535 808,535 00000000000000000003682f7a5a4362cd44c637b057676c60d053f903e0e82c 1.94 MB 3,005 33
808,534 808,534 000000000000000000049c770db4787fcb40b2c3cce7b0a998acfa0b285a8fe4 1.73 MB 3,927 32
808,533 808,533 00000000000000000004324e97c9dca71e221de3c95db09f353f0a5aa75fc190 1.62 MB 2,253 19
808,532 808,532 0000000000000000000495e608614ce94b535ef98aa72f730739a31944976c32 1.54 MB 3,479 26
808,531 808,531 00000000000000000001095b6889a9685e605a703a09f42c72b05e2326623f20 1.85 MB 4,367 28
808,530 808,530 00000000000000000002501a240f095146cb35d1e15e3f907e9a1c1932230107 1.61 MB 3,758 37
808,529 808,529 0000000000000000000044af3031a9930b5b658c01ca3c03bc9bd47cc1553134 1.58 MB 3,558 26
808,528 808,528 00000000000000000004de0903cea09d20f0b4bff183cd7862cf4a62b41a0cdc 1.71 MB 4,195 23
808,527 808,527 000000000000000000016468363958a74b104887429921faef2d00f526aa3959 1.87 MB 3,993 21
808,526 808,526 000000000000000000015aaecefddaa45ed53ca4cb1f1647f1192bc7d25fdc8a 1.62 MB 3,265 27
808,525 808,525 000000000000000000010589befad30e1e865b7df2101990a629181a994b9f75 1.82 MB 2,701 28
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.