Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (618,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,833 288,833 0000000000000000d2b36a9dd07fff0804b5841b59e9e54db26cef3e237069f5 0.79 MB 782 22
288,832 288,832 0000000000000000b815ef727e8397fee8208e612fa6a214659ef814d97be7e2 0.90 MB 1,725 31
288,831 288,831 0000000000000000e9f1702504d5bc0bd225837cf45b9b0ba3f143bd1ec0b8cd 0.35 MB 1,078 62
288,830 288,830 0000000000000000d7e9e7a65c4131d8faf27969444b69d0e55309480cc756f7 0.35 MB 301 21
288,829 288,829 0000000000000000ebd0ab5ae38bba5ec3b271e8f2d101b320507c7dc4baf92b 0.35 MB 363 27
288,828 288,828 00000000000000007edbbef4ab1c15908fee0f909ee9a7f837af508db99f6b9a 0.50 MB 669 21
288,827 288,827 0000000000000000fcee016129da648fe8543c73af70d98b8cab03b5da17fd03 0.50 MB 1,427 55
288,826 288,826 00000000000000003286569c0191c76be3254f9982f9bca7f6462f86ce176d2f 0.06 MB 113 32
288,825 288,825 00000000000000002658896020d0feb8a4a193dc818b021f63627db1384ef1b7 0.29 MB 431 30
288,824 288,824 00000000000000003de1ea1709cd8b927e106c8e28d5eac69411d31233cec51a 0.24 MB 158 20
288,823 288,823 0000000000000000c00e4cad35c0cf059099bc8678f25076aad174248e3d5497 0.05 MB 71 26
288,822 288,822 00000000000000010e0fe29666493d11973ae88427c018735ae233e209e1974d 0.49 MB 304 15
288,821 288,821 0000000000000000a9733e013a2bce9eb3234a5cd67915182418f688c209079e 0.10 MB 203 24
288,820 288,820 0000000000000000e6536591206ebec38863370e631fc2718402f39f4887298c 0.17 MB 173 34
288,819 288,819 000000000000000033f8e315c32b40069711edaf402b5bd57008a81f4097115b 0.50 MB 254 14
288,818 288,818 0000000000000000fa7548ad0bffd0ad03e6d9d11defdb80eca032c490a6511b 0.02 MB 42 37
288,817 288,817 00000000000000010eb991a1749a2e6ef0f7126dcbcecbdf578286d36dfe4818 0.58 MB 901 28
288,816 288,816 00000000000000005ce933201df856f0d043bc1269e06e8298a59263540c4883 0.40 MB 649 31
288,815 288,815 0000000000000000ccc6075a15510f857f632f3e99aa3324f02eda283cecd10f 0.49 MB 727 24
288,814 288,814 00000000000000008fda75f954993bd18c69529d08baf8d79f50d3ccdd287eba 0.35 MB 1,024 64
288,813 288,813 000000000000000083ee7eb0cac4ad4e7a6cc8cc932b3705e4fd8f334c47e01d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.