Memory Pool Memory Pool Refreshing

5,005 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,425 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (74,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,737 833,737 00000000000000000000b4e2f63e1f9a36d88feaa581eb5585cf5230cc63e20c 1.61 MB 2,829 21
833,736 833,736 00000000000000000002f3d38500b4f3f277f462353450f3415e004ef192f4d0 1.30 MB 1,003 14
833,735 833,735 00000000000000000002e21a49dc41474c705988941f8ea0f8bb1947701efa08 1.87 MB 2,905 22
833,734 833,734 00000000000000000000ec8ccce3c67a54da846ad4fc3b319a040d4a0a5f06d3 1.19 MB 841 15
833,733 833,733 000000000000000000012ab9529e8769f99d3b6700be21122c38fb74c0951164 1.70 MB 2,612 20
833,732 833,732 000000000000000000008b002da2d05d878338e479a428b6769947b5b074063b 1.79 MB 3,246 14
833,731 833,731 00000000000000000001be36cebda143ad0edf8fb01e9542887693c5055117e7 1.94 MB 3,779 26
833,730 833,730 00000000000000000001ab3df6ea0226116dd98a9eabd6f86aa559ff4d3b8203 1.94 MB 3,214 14
833,729 833,729 00000000000000000000c4a6bf2f7d60fcc0ff3b7a51c6d542105a27213b7e97 2.76 MB 1,954 26
833,728 833,728 0000000000000000000158461a1c71155722517e1559def043b595ac2b98ed1a 1.97 MB 2,926 21
833,727 833,727 000000000000000000021bd5375456f02ae297969e9e404e7b6d2f55688177ce 1.82 MB 3,527 20
833,726 833,726 000000000000000000027e1d5a453538b01252b8bd6ad46f45382e7e462b9ae1 1.77 MB 3,500 30
833,725 833,725 0000000000000000000377f015f62822c20f99a2a54e45c315d33ebf1c156c6d 1.79 MB 3,401 32
833,724 833,724 000000000000000000004d6716c08ceeef0db8de77b42dc42cdf5c67d189ca7a 1.64 MB 3,619 42
833,723 833,723 000000000000000000007c038f22513dbbad7ee2940e5d9139cfa8192e37cfeb 1.86 MB 2,771 19
833,722 833,722 000000000000000000030bb048cd3c2844b6bf54bbb259d3b3a17520898ceea3 1.95 MB 3,533 27
833,721 833,721 00000000000000000000815632fd278a08ebbb88b93c079b6cf8a07112bd5e11 1.55 MB 3,586 33
833,720 833,720 000000000000000000026ef0383da9bf0385d2a93675b1ca15d1f2370fd5b875 1.90 MB 2,756 23
833,719 833,719 000000000000000000032b5d15eb47ede159ab2ae747016ae1d1cfd25455626b 1.50 MB 1,462 20
833,718 833,718 00000000000000000001d69760a5b856ca58cb607e1a91d1543e23a7acf84906 1.85 MB 2,831 24
833,717 833,717 00000000000000000002919a66fd454a60ebe76983314a9f2b97ef18faa02dc4 1.83 MB 2,726 24
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.