Memory Pool Memory Pool Refreshing

468 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 455 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (134,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,002 773,002 000000000000000000062f1bec97ccd61af634743ff81a29416a2a52e5a0f719 1.41 MB 2,931 24
773,001 773,001 000000000000000000063f193cca7521d8224174171ed1aeac074329c0660aa8 1.66 MB 3,162 7
773,000 773,000 00000000000000000005b2369a6e7593e9d37c240688aaddc90052572f958d03 1.65 MB 2,260 12
772,999 772,999 00000000000000000002eb52da26087075282686c7e816be805ecd448509cbf3 1.43 MB 3,367 18
772,998 772,998 00000000000000000004861d9273003e5dd4d7286791e21275d5a763ff8959a2 1.49 MB 3,141 14
772,997 772,997 00000000000000000005a73b0219491aadf2230c87c1cbbe57c2804a04d45eb8 1.46 MB 3,359 19
772,996 772,996 000000000000000000000b6f0710c2220b9b044f8905e74b0dfd1a53cd525550 0.88 MB 1,837 12
772,995 772,995 00000000000000000006ba18bc71c2e85e5dea820910360d95d63d1e41325762 0.11 MB 246 12
772,994 772,994 00000000000000000002fada5e5c99465f2d22a7e2a65b37a0aa8f9743ddd79d 0.60 MB 824 7
772,993 772,993 000000000000000000032d8ff29bebc93fce19108db39b85c1b3af98e0e33976 1.68 MB 3,095 4
772,992 772,992 00000000000000000005bb68b095f2939e92a992a8535d5c14bdf2b29aaaff0b 1.23 MB 1,868 14
772,991 772,991 000000000000000000019812089df4f6ae7d9eb6bc30411a90f0974efa678903 1.48 MB 3,284 16
772,990 772,990 000000000000000000031447567fd19f1d8167568aa250d0f2d45310535186f0 1.51 MB 3,392 16
772,989 772,989 00000000000000000004b5c8de3cbef765a6aab8a38b59a7957773fe06fbc9af 0.08 MB 143 12
772,988 772,988 0000000000000000000008493a8f40dcdac376e8d77ccda10194a6ec9180ec6c 0.33 MB 815 12
772,987 772,987 00000000000000000005d6d9eb9993e2d889f7da3f7a7552b6acc9f254c5ed55 1.19 MB 2,584 12
772,986 772,986 0000000000000000000516d3f549153fd0e5460aed52d871fa34a318e41996c6 0.64 MB 1,430 13
772,985 772,985 00000000000000000001c893fea9ea84b0616d4897c6356fdc8209d8f697eb5b 0.52 MB 1,065 5
772,984 772,984 0000000000000000000004515421412d24fd0da35617ef9001cea3d778fed0f9 1.49 MB 3,161 15
772,983 772,983 000000000000000000074ec970940963a86335229e2ef21c751ce3e1815f3dc2 0.51 MB 978 12
772,982 772,982 00000000000000000001a4d3e6f8572083a2682f5a6699328a20b9f26dddd630 1.23 MB 174 1
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.