Memory Pool Memory Pool Refreshing

9,300 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,383 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (785,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,789 121,789 0000000000007b9298b2bf53de2ae0a4cfa2cc5e288f1cf8e54c4c9d1529b023 0.00 MB 12 0
121,788 121,788 00000000000041cb4e1ed92477ff2ac445f79edf05a1ff32558949dc3f2d02e8 0.00 MB 9 0
121,787 121,787 00000000000011dc79802be21c694f0f36c4f2c74362917654407e501ad247d4 0.01 MB 20 729
121,786 121,786 000000000000938a8b9b0dbb40f6effffe9f07b51091684e68f25bc01ff43e9a 0.01 MB 37 2,690
121,785 121,785 00000000000063b5b5d9666c054cc1643da8e4a545f0a48ac74208d8177e3fd9 0.00 MB 11 309
121,784 121,784 0000000000007d28378ffa78a4283f19e7e37b2d3a715405d70083f5a2d75246 0.00 MB 11 0
121,783 121,783 000000000000105ba745ce6e1b8e1059f194be3ece16b515d78c3f50eaf5566d 0.01 MB 22 250
121,782 121,782 0000000000005652fc7ce79daf618b2a351d63f2c16f1759f39faaa2ab70e6e5 0.00 MB 5 1,185
121,781 121,781 00000000000069dfc1ff73048d1d0a69bcfb26fa135f574d7bffc06b4b5bbd90 0.00 MB 8 666
121,780 121,780 00000000000059d00ba78a1ce2f29a74d596da559d0245a57b02d1f8412ce065 0.00 MB 9 304
121,779 121,779 0000000000003e55eb14337377c3e8fdb5d2449401c0806e78e78c2af67f3f69 0.01 MB 21 295
121,778 121,778 00000000000033c298380aadef32ae8b2954a88669fedf2675e13da6bd76260b 0.00 MB 7 289
121,777 121,777 00000000000079f78b1b39bee78f89c238e6739b5245d33ed0e5eab63848726c 0.01 MB 19 765
121,776 121,776 000000000000053361009ea490298f9817b6bea8ed5ccc0f5a027d3c7c5e480a 0.00 MB 9 313
121,775 121,775 00000000000006cad5015386e6251984ded3f686e9dca733224f8fe059aab356 0.00 MB 10 0
121,774 121,774 00000000000096cfb078728aac45745689585abe706b5a163cb2e9b96ae2ffed 0.00 MB 9 310
121,773 121,773 000000000000638e18aed6399f2a755138b406c92d5ceb5b006f5a165d080bf6 0.00 MB 9 0
121,772 121,772 00000000000038fb63d70ddfea1b1f1ff44b6cf68f69709be2318faa99711bb6 0.00 MB 9 0
121,771 121,771 000000000000133c58101532d3e076d2faf8ad3b6500327ba1f64265bccc798e 0.02 MB 49 1,544
121,770 121,770 000000000000261f2966ec94c65cded90c90e23945aee1eb3098b066742049c2 0.00 MB 8 0
121,769 121,769 00000000000019002c19ffb7bef78b603137bc6fa272219f24394154533c333b 0.00 MB 15 240
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.