Memory Pool Memory Pool Refreshing

6,015 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,909 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (621,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,718 286,718 000000000000000020135b1149ed244f87b8154e26d8b460d409431b7a4d9e44 0.35 MB 798 49
286,717 286,717 00000000000000005be1ca31e8c8d4037a0d9a462b760c2f7ebb06b7db6c69fa 0.02 MB 42 13
286,716 286,716 000000000000000157f38c1a3ca833a271a45f418d07ab48f12f2046798530a1 0.30 MB 690 43
286,715 286,715 00000000000000004fbeae46b20de4c5dcc60deb70e1c7b06e74f8216355238b 0.50 MB 574 24
286,714 286,714 00000000000000000bde4efb3cf65ff2576ca97d1a07230f6b20f7a167c0e663 0.35 MB 637 31
286,713 286,713 00000000000000002d81cda3b9a6833ea91ea735c7cb7e42b94a8158eaf283ea 0.50 MB 1,308 34
286,712 286,712 0000000000000000accac0cfaad478106726f4df44792e17af54d90e4ba57779 0.09 MB 256 147
286,711 286,711 00000000000000015881ed3abb96a3b9b15dd04b3cce73951b3951bc24a26947 0.35 MB 728 39
286,710 286,710 00000000000000012336860c53852f9f7c3cdd1b8654457353fc4e5a926ff3f6 0.06 MB 135 59
286,709 286,709 00000000000000000e9df9892c148ebad58b26a89aff5922906ffac9ec862e5a 0.04 MB 23 42
286,708 286,708 00000000000000003f5b752ccd53f7236b6fa50ff7202213fabce97d54214c7e 0.34 MB 225 7
286,707 286,707 00000000000000001c50e8c9780fcb27a083e830b4482f904727c94d555f4c84 0.02 MB 35 31
286,706 286,706 00000000000000004c238ce85618caf8c398dcd64ffc88c37dcd53021cd63e1e 0.16 MB 216 24
286,705 286,705 0000000000000000bc4dc4eb83fc7b793496de23680b270b240d41cc7bb785da 0.35 MB 327 11
286,704 286,704 0000000000000001046be46fcd9652eb5c47d2e6ac7659c4f43f36608b11981b 0.10 MB 167 29
286,703 286,703 0000000000000000ece46522eab168e3ad14cb8384d312597dff1ad258cd52ea 0.25 MB 143 13
286,702 286,702 00000000000000002ac5e61c33f178c42b3fb9e5ca132bf784abe7d9299897fb 0.35 MB 816 40
286,701 286,701 0000000000000000e876078ed61b13cc88ae370c4f5695dd87cc4ccc054b3cad 0.03 MB 18 3
286,700 286,700 000000000000000001c896b7944645b1b95ed65ef47e934bc59ca0aa7d0d4ef7 0.20 MB 409 34
286,699 286,699 0000000000000000c5fee431e6de832bb4e9b2ca22519e46e706e4a30466e8d0 0.11 MB 168 21
286,698 286,698 00000000000000014371e6321249b6a9143994cbf7fd5c0027e9608969644a76 0.34 MB 565 27
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.