Memory Pool Memory Pool Refreshing

3,928 transactions
1.42 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,785 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (109,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,185 798,185 00000000000000000004e4c569dabf26cbb7e87abc004a40a6c4883aa03d60c4 1.40 MB 1,986 7
798,184 798,184 000000000000000000048d034829171175a63ae76b6e67e8ac3b7ece4c2e42fd 1.64 MB 2,912 9
798,183 798,183 00000000000000000002e258069d891575ecf4f25aa7072cf8872323d8ab3bb3 1.50 MB 2,136 16
798,182 798,182 00000000000000000004085e093603aa87ccbbbb657e10781ebb50436c7cbfd9 1.66 MB 3,762 15
798,181 798,181 0000000000000000000144ece337533508258df587dcabe88755413af820edcb 1.43 MB 2,794 26
798,180 798,180 000000000000000000039f7b4fac80b23d47e33bb5aaeb397a9b0b4d6fb9d3f0 1.42 MB 2,212 12
798,179 798,179 0000000000000000000184088257ad17634694b7de88b405d29feefa77960223 1.62 MB 2,605 14
798,178 798,178 000000000000000000031a71142292538a33dc319720227e50db927228ea9d34 2.14 MB 6,620 4
798,177 798,177 000000000000000000051130d41015f2df5033acfe73aee6da427a58f8024f64 1.42 MB 2,115 8
798,176 798,176 0000000000000000000533d5db025251992f9cc9da75baf6ce6960cb6d26000f 1.93 MB 5,203 6
798,175 798,175 00000000000000000001ba9a14858bf5619b3cbac92b0638bb256e3933cdfb0b 1.35 MB 2,163 10
798,174 798,174 0000000000000000000534481c54a907b60b7c678fed3aaa84aaa89e6fc714a7 1.87 MB 4,915 6
798,173 798,173 0000000000000000000580a42158186e7920aef379af9331adec1aea8017ca2e 1.80 MB 2,944 4
798,172 798,172 00000000000000000001332ef74048974b1eca129c2218cfb3373b15afe2726b 1.69 MB 2,658 4
798,171 798,171 00000000000000000002b59b50830e183f65d74ad603c0be037527445662c2bb 1.70 MB 2,076 8
798,170 798,170 000000000000000000010fa0eb1926b983189df32c80036ef13fee3958471315 2.10 MB 5,821 5
798,169 798,169 00000000000000000002498f78eecc8e398671e87ef4ce707b729702e29ccd25 1.87 MB 4,599 7
798,168 798,168 0000000000000000000282a51cb7503981be48a1b39cd3c69f3a846687ebebeb 1.55 MB 2,638 8
798,167 798,167 00000000000000000003e3b7f8802e5e864cb5708da6910b883c435dbe82fac6 1.61 MB 2,215 10
798,166 798,166 0000000000000000000111414cfea079abee27da87cdd51441db7dd371f440b5 1.51 MB 2,037 10
798,165 798,165 00000000000000000000bb63f7e1fdd557b9331d44c9a68731f07d2f818c75e7 1.49 MB 1,983 11
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.26 GB sent, 94.22 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.