Memory Pool Memory Pool Refreshing

740 transactions (0.29 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,068 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,067 (312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,755 908,755 00000000000000000001cb72eb5c86c86a23b626ae3125987465543b61c4d806 2.33 MB 3,308 1
908,754 908,754 00000000000000000001fe286390fa84bef8dd3936fca39055ca336ef5ac132b 3.24 MB 1,040 1
908,753 908,753 00000000000000000001ff31b68ad186400a783752b0dacdc7ae0d332f1886e8 1.58 MB 3,535 3
908,752 908,752 0000000000000000000017b91c921a9597e6fc50671b3dfff1c141f69d9cdbb7 2.02 MB 2,999 1
908,751 908,751 0000000000000000000141bea391b6e73bbdff1cb33156688eb2a177af212d12 1.85 MB 2,939 1
908,750 908,750 0000000000000000000023b1c8eb308d50ee238fc9ca04b374f8381d8c39d43b 1.51 MB 3,606 4
908,749 908,749 00000000000000000000067ba82c59ad7d52e8040fd1db5e708c1b7a9cc2e4ab 1.66 MB 1,755 2
908,748 908,748 00000000000000000001e25b96b155823d6fec1963f71956a5cc01beec8de565 1.64 MB 2,795 2
908,747 908,747 000000000000000000015bab48eb378f6327ead7d07615d11d5f14a701ce9f14 1.76 MB 3,559 2
908,746 908,746 000000000000000000020b810fd6ad7348f0cf28e5913a4ac3e2042716d1a63b 1.63 MB 3,722 2
908,745 908,745 0000000000000000000052d3d5ddac84eb09ce418fd64264ea9315c58840fb07 1.68 MB 2,850 2
908,744 908,744 00000000000000000000705ef64366f47942e4c0e83897762fa7b625853d5666 1.61 MB 3,271 4
908,743 908,743 00000000000000000000c92400abe942ef02576fc774a640bedddcc34e568443 1.58 MB 3,431 4
908,742 908,742 0000000000000000000042570a47d362ef4b959412e0a25063878ecb17d10347 1.67 MB 4,121 2
908,741 908,741 000000000000000000006ee4cdb44df566f94805f3a93dd530b22ddcb8fd1a04 1.60 MB 3,983 5
908,740 908,740 00000000000000000001afeedfe459ffcecf4591024fe648857ebbe0903c57d5 1.58 MB 4,038 6
908,739 908,739 000000000000000000011a7a1b220808cb444efadad0895561f3d51914178498 1.55 MB 3,762 7
908,738 908,738 000000000000000000019eb57b7b3d61a1a71714c4120135f3076d91eadcfe92 1.67 MB 3,113 3
908,737 908,737 00000000000000000001702c2d3ad23c7db903e141481b065793446003f6e984 1.58 MB 4,093 5
908,736 908,736 0000000000000000000194237aece055cc8fcbd02dc0c98b589a1087f284002a 0.45 MB 755 2
908,735 908,735 00000000000000000000e3bc38f46bb16c64cb8873dd179e6cfc9a77df94e56f 1.69 MB 4,130 1
Previous 10 blocks ↓
Total Size: 771.67 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,900.94 GB sent, 105.86 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.