Memory Pool Memory Pool Refreshing

53,091 transactions
35.83 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,116 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,860 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,115 (169,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,716 706,716 0000000000000000000334c03e27fa36662cb87ba9f395cd436c39bffb2e174a 1.01 MB 1,150 7
706,715 706,715 0000000000000000000aac8ddc9c04a0be15f3a6a89563a12f1fe004b1658eab 0.20 MB 415 10
706,714 706,714 0000000000000000000cae86b64187ebc73bb7879ccc2bf11ef7915dbbacc28b 1.25 MB 1,801 10
706,713 706,713 00000000000000000002b990d1c0c8310fa904b2a853f7def6339a352450ff73 0.36 MB 741 4
706,712 706,712 0000000000000000000a392d12b12c434bdceb66c5b9e3d47a2f2f8d57f695fc 1.46 MB 1,408 6
706,711 706,711 0000000000000000000697683c81f84d4c96f8812f68f96bfd12e288d330fd45 1.74 MB 2,362 5
706,710 706,710 0000000000000000000dc863a300f5a4d4ae64afbeed5e0376732171e769a890 1.49 MB 3,094 7
706,709 706,709 0000000000000000000297740b0660a052ea593fe36ddea0b52bd69de1635d18 1.50 MB 1,921 26
706,708 706,708 0000000000000000000192dddef19ec3c9b6073eb8fa0321f6b61bc6634861f7 1.02 MB 1,858 9
706,707 706,707 0000000000000000000974bc41d9a96a2a8acb64b15ecf978c4bd74972e47b2c 1.04 MB 1,724 9
706,706 706,706 000000000000000000026d83bea3da7bbcd1759b8b6088b148b97eb9d4b2c24c 1.54 MB 2,763 10
706,705 706,705 00000000000000000002949cd5358c0cba49388e99234238b4dd9c889d8a4430 0.33 MB 630 10
706,704 706,704 0000000000000000000784833aac202c0eaa3bdae9ea8b2b3140e2f89947be92 0.93 MB 1,563 9
706,703 706,703 0000000000000000000a6461de8231cd3b25bc98522f19be3908c6c5dbddd468 1.46 MB 3,001 9
706,702 706,702 00000000000000000003c839b9ab880a6df0362ce2b7e91785413161a48b4c0c 0.17 MB 162 10
706,701 706,701 00000000000000000003b810e32a147ccdec0e1487bb486c7be13a1ccb076d9a 0.07 MB 224 10
706,700 706,700 000000000000000000044ded67912aa1d975be018859fc9b6c7a1cd6c81f1047 0.69 MB 992 7
706,699 706,699 0000000000000000000211e64b3ca8602701287bb42d0decc0bc80ff1933f5c2 0.57 MB 877 9
706,698 706,698 000000000000000000066d60d3ed1ae65bbd7a79064fc82b9925c23d193ef6c1 0.45 MB 695 7
706,697 706,697 0000000000000000000041727bfd6ec58ffc7c5f8ca2d0962e61c6c248872f0b 0.00 MB 1 0
706,696 706,696 0000000000000000000a3eded91d78da60c571bd538501842103e49992250d84 1.17 MB 939 3
Previous 10 blocks ↓
Total Size: 710.70 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: 700.14 GB sent, 16.49 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.