Memory Pool Memory Pool Refreshing

12,190 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,130 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (78,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
828,883 828,883 000000000000000000034005dc83ccb8cb362fd3987a65ececef2cc8f208b9ea 1.53 MB 2,555 43
828,882 828,882 00000000000000000001d4607ba3ce7d6dad23d920c023e26024ea549452d6c2 1.69 MB 3,073 42
828,881 828,881 00000000000000000001e42f4fe089d28d51a004de39584d025a938c26bbbdf2 1.85 MB 3,723 63
828,880 828,880 00000000000000000000cbcbb529ead8883cfa1fdcc7247e72e7eca35a4bf597 1.26 MB 1,009 24
828,879 828,879 00000000000000000002f9140f17bab6d7561082c36a2911813433ba1782061e 1.83 MB 3,354 79
828,878 828,878 0000000000000000000014dac2d05ff97b9e6ce85ffb44ff9f75c51b864092a4 1.73 MB 2,407 52
828,877 828,877 0000000000000000000061fa21a75fd0eee571881cbe38942fe78464e0b575fb 1.15 MB 592 40
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, 113 incoming
  • Data Transfer: 1,621.28 GB sent, 92.90 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.