Memory Pool Memory Pool Refreshing

14,256 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (599,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,638 308,638 00000000000000001fa8387d649bc6133a6df30bc74a5f4829b00a4f5c40e845 0.54 MB 897 29
308,637 308,637 0000000000000000280ad6db622daa67744aed52a4b78ffce85139a45faab442 0.33 MB 524 27
308,636 308,636 000000000000000019eab15cb4488d360fadf7b2bd33052c5f342c89f530df53 0.65 MB 991 26
308,635 308,635 0000000000000000235b5134863a2e4f6395ac8b5cb9476cedf1a7528988dc36 0.08 MB 169 20
308,634 308,634 0000000000000000364713079b74cd86bef9f54aeff4e2eff2888d0a41abd3de 0.22 MB 372 24
308,633 308,633 000000000000000020429224c6caa7d7ffd06b8c37f33d1e1c5e5ce8f2f8e7fd 0.55 MB 875 23
308,632 308,632 00000000000000001c345915620e36ddf2ec5a33337bd535acbdc52e6df0e7ca 0.11 MB 239 23
308,631 308,631 00000000000000002e4528b160d664e13ff5755a3f0db8e1ac2e79ccf545cb9b 0.38 MB 388 22
308,630 308,630 00000000000000000e4fe3a9448b094d5565bda0dc3fc0cbdd00afe7fe090132 0.25 MB 98 12
308,629 308,629 000000000000000026dccba48b70cc21902cad05812541a25c41b4a2934948d9 0.50 MB 1,147 38
308,628 308,628 000000000000000035d9d8caed78d928eed6acb37549cd5c38471cbb8b28553b 0.75 MB 1,466 33
308,627 308,627 00000000000000003e16e877770eb01096430f971a068035869761fa6eb599a2 0.54 MB 860 25
308,626 308,626 00000000000000003ba545151c1d53bf79fe7d8c833bdd92aebd110454c6afd7 0.71 MB 652 16
308,625 308,625 00000000000000000a4c0e38627bdd3b3a2081fa027c1f3d120e889337728ed5 0.50 MB 1,468 53
308,624 308,624 00000000000000000e997f8a250cfea0c9eb2a5e6c00c271780856a040743aaf 0.75 MB 1,269 29
308,623 308,623 00000000000000002e7eab4e08852936f6614eac42f6b87d87cf50b9bd114f96 0.75 MB 1,198 27
308,622 308,622 000000000000000033b5b3025203bb236bb4da6a0727a5ce4ca45c389e1b5fec 0.26 MB 389 28
308,621 308,621 00000000000000000c1b5e65139650add4544d633f29cb6896f13203e99de03b 0.56 MB 689 22
308,620 308,620 00000000000000001cfbd6e0ab530f28e4a29c958b636b2c0d497210510afc1d 0.74 MB 814 19
308,619 308,619 000000000000000037a619ff799488968cf0daae45ac470907db8b5165cf2be3 0.50 MB 1,499 50
308,618 308,618 000000000000000040ebd7a78d8e976f5d6d59ba85edcb7ec603d4884245018e 0.29 MB 542 30
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,622.96 GB sent, 92.96 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.