Memory Pool Memory Pool Refreshing

5,074 transactions
1.72 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
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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,552 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (78,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,904 828,904 0000000000000000000167b51d5bd47e647dbbdc0abff1eff19f35145fe51a30 1.68 MB 3,382 88
828,903 828,903 00000000000000000002add37209415d088af98384e13e596a177d182eb0f06c 1.77 MB 3,069 58
828,902 828,902 0000000000000000000224cfa0ea5e6ddeec75d71983ec800eb12ca07fcd47f8 1.40 MB 1,308 48
828,901 828,901 00000000000000000003a99666042907965571bdded17320b6adaf0b051b2fd4 1.59 MB 1,292 33
828,900 828,900 00000000000000000001d5d741c7d1f9a4db79f633749cd5c07b6129bed69f78 1.73 MB 2,989 69
828,899 828,899 00000000000000000000f7cf72343c519aece26af94be6f11918e7eb2704e099 1.69 MB 2,270 40
828,898 828,898 0000000000000000000386f82892fb364f2035a67d985202c2d97c9a46e8ec02 1.71 MB 2,605 66
828,897 828,897 0000000000000000000223b27c50a8703a6781b48b1e48aec21645159c3f93a2 2.02 MB 3,068 61
828,896 828,896 00000000000000000000cb5f3c65710fca896218ad2067dbd39b884bac0b8c10 1.47 MB 2,442 61
828,895 828,895 00000000000000000001ceae47628a233b88a2823a49de396d3f1c6157019b5d 1.75 MB 3,194 61
828,894 828,894 00000000000000000000fd70be86aa525fb02b480be09cb9ff93d29f745cf736 1.64 MB 2,491 65
828,893 828,893 00000000000000000001aa241cfeea1162cabd3d6c8e8386d8d079b16c836fe4 1.62 MB 2,481 32
828,892 828,892 000000000000000000038ff5b991d28867bda9a2b4d3f4f91c489acb046069ba 1.72 MB 2,928 91
828,891 828,891 00000000000000000000938ab569172e3cca6b6e4e1fe1b3dadbe6b22eff9bf6 1.56 MB 2,759 85
828,890 828,890 000000000000000000021a93366e5869647cbebfe4d1df3daad480dd196c2b09 1.73 MB 2,941 79
828,889 828,889 000000000000000000028611f8e3fc06e80ca6e1cd7df45c0fdf7cd524fda567 1.87 MB 2,814 64
828,888 828,888 00000000000000000000a69a6c7773241c1bc699e089f21ed6fa44fb1ce3faed 1.82 MB 3,025 50
828,887 828,887 000000000000000000017a0c4cbf83217a9405d9c5236d3784baa4e7c9bb95b9 1.74 MB 3,565 118
828,886 828,886 00000000000000000001641bc689d0ed4ba4655cc553e80623ee022a5f7eb7b9 1.91 MB 3,557 43
828,885 828,885 00000000000000000003ae4c0e403afc13a7d1916053b093bae2acf2cf13af2c 1.60 MB 3,252 103
828,884 828,884 000000000000000000015802ce315b36411f805600d92a64b3ffb30331b23cd6 1.99 MB 2,233 34
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.28 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.