Memory Pool Memory Pool Refreshing

5,176 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (739,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,688 168,688 00000000000008b17bd1a758c8991b4a33ae1e31cf85ed314179d75864313e00 0.01 MB 35 0
168,687 168,687 000000000000031e08a425ea650454607e8cebe4a1950128f7d269933456105f 0.02 MB 47 68
168,686 168,686 00000000000009885595721a0b7ebd4a253bace5a47bb50e683bf386f83c97a4 0.01 MB 11 119
168,685 168,685 00000000000002fbfe2053c163dc95d2ae35729fa3e3d4555b5f90fdcb68fdc5 0.00 MB 11 67
168,684 168,684 00000000000005e856feb18d1a3c11d59457f80749d43630e893aac2c1b71ff8 0.02 MB 64 0
168,683 168,683 000000000000037a05e0982d17800d26d6e81f9146f47bf4996a34dcbd3308c5 0.02 MB 28 37
168,682 168,682 000000000000042ca6952f5e9427a9a65ff4c9642b735414cec2faf1479296ef 0.00 MB 11 36
168,681 168,681 00000000000005e8457099baa2e9ddf3a70ccee84bad90749b5c357ce7e7a7ec 0.02 MB 69 31
168,680 168,680 0000000000000601a72e28e27ca5aa7d776af181851418d6cc4c19345401a544 0.01 MB 23 71
168,679 168,679 000000000000022692e36e99979291e7577d58b548155f67cb9d0901500a5e4b 0.00 MB 13 245
168,678 168,678 0000000000000294337c0bb6ebe6f37366a846ed2103949f08e88dddbb56ec58 0.03 MB 43 71
168,677 168,677 0000000000000261d8b64d98a31414126808604d06f20d3451bbe71f01092a0d 0.00 MB 3 0
168,676 168,676 00000000000003bb15711375ddbafddfad1882dc2501a6afd4ef0fcfc0d9ef25 0.00 MB 7 697
168,675 168,675 0000000000000645672fed63a7345881cbadff011daaec97fe0968f055d5b48d 0.02 MB 80 15
168,674 168,674 00000000000000237b99dae1dc080bfdaf35f380120d88653d446eca12b7adf1 0.01 MB 35 11
168,673 168,673 00000000000008913eaaac35d0d51357333ea521482d08ca738ebabe55506bb0 0.02 MB 36 98
168,672 168,672 000000000000008bad487c13674ec7f0bda03c7eb71f7eb967cc0afa68e14eba 0.00 MB 10 409
168,671 168,671 0000000000000161f719b3cccec3d5ca07501429512708c349bc15f1e8fa773c 0.02 MB 17 77
168,670 168,670 000000000000069962ffd74fca2e12272d734c129dad96f69bdd3e4fb14a996a 0.04 MB 128 267
168,669 168,669 00000000000007e78e83d1846772274a8fc7f9d730cb7a5a283d85f190a4d4cb 0.01 MB 27 12
168,668 168,668 0000000000000ad2142b1e9398d239bf4b3c5ab86fa349da071d9de5b47b1c64 0.02 MB 44 110
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.