Memory Pool Memory Pool Refreshing

10,856 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (243,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,801 663,801 00000000000000000008779a962fab77ecb03386ffb047e427b4b3019e44cbc1 1.26 MB 2,308 73
663,800 663,800 0000000000000000000ecc005b360d38770e66a75e8b3857dac3dfbcf64e44a5 1.32 MB 1,522 74
663,799 663,799 000000000000000000001cd765985008161111fe884e20e3d5fe53738c07c41d 1.37 MB 2,757 107
663,798 663,798 000000000000000000030142efee18c43e71277899095b2f47ddb727cf3dc042 1.35 MB 2,527 98
663,797 663,797 0000000000000000000b9242c9bf4cfdd7ab19fd74f1b3f45d3b3e56d2c1ac81 1.19 MB 1,357 12
663,796 663,796 00000000000000000004c382716da98c7c9c54e4d9e75572a9a98564e841e63a 1.26 MB 1,914 26
663,795 663,795 00000000000000000007c43c64f224355ba469af012184f974af5a4936ee6779 1.24 MB 2,001 16
663,794 663,794 000000000000000000041fd4b81a5be226d3ee6d93426c95d52470204cf85811 1.32 MB 1,947 80
663,793 663,793 00000000000000000008da8d585cfd0be58da379b9cf26309fce3bc49a065978 1.34 MB 1,407 39
663,792 663,792 00000000000000000000ddf13a7bf11387f0b2dd93b7a0a58154c49efb45046f 1.27 MB 1,166 72
663,791 663,791 000000000000000000009d6adc9a28b33e964b4cd2c4b14dcddd5844c7611ddb 1.38 MB 2,041 105
663,790 663,790 0000000000000000000e2fbdd701ca90c2760024854db945cbdb59d3417bfe55 1.18 MB 1,452 98
663,789 663,789 00000000000000000006f4ab493f62cd3d41934e120a290c2f3395ed498580f6 1.50 MB 1,503 20
663,788 663,788 00000000000000000002f9a2189865ec1ade9b6485e1885460cee30ed8fde740 1.35 MB 2,303 96
663,787 663,787 00000000000000000007f269700e162d14fe8d45426d887a9a3a0a10a8c26645 1.41 MB 1,612 30
663,786 663,786 00000000000000000008b9b32f65973786d52e21574fcee50bd504d3fd029e36 1.45 MB 1,488 26
663,785 663,785 00000000000000000007df5ce5b3ad183e6ed662c4f53b4fbf009087d88b5997 1.18 MB 1,284 24
663,784 663,784 0000000000000000000503b800e60280079264cf00a8e21e2be35ad2d3f9cc73 1.09 MB 1,648 30
663,783 663,783 0000000000000000000a2fed0289af519ca69ce01de9d05810a5af23be93ea6f 1.18 MB 1,900 37
663,782 663,782 000000000000000000090359e82045eb186bae680baec93c1f8d18a62aced32d 1.19 MB 1,469 35
663,781 663,781 000000000000000000092ac806589f112c1fc575544088813ff8d20eeb16534e 1.53 MB 1,231 53
Previous 10 blocks ↓
Total Size: 769.03 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,625.06 GB sent, 93.02 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.