Memory Pool Memory Pool Refreshing

3,864 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (108,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,712 799,712 000000000000000000044a2a87176522bcd1c385bbe8caef7aa3a301fdb39072 1.51 MB 3,028 30
799,711 799,711 0000000000000000000417117b9b90a0e33dae22ece5c0fabe62f201efb373b4 1.27 MB 1,922 24
799,710 799,710 000000000000000000021c3b5b1f8be4a378affc904487ce378d4f0743b9690b 1.95 MB 4,952 8
799,709 799,709 00000000000000000002d96e109965f8446dee393f03ecfb8fc640c6d28151aa 1.72 MB 3,619 12
799,708 799,708 000000000000000000045237a4d8e0511105eb7fe1918926741cbad93f858a11 1.50 MB 3,328 13
799,707 799,707 000000000000000000045d105d247bf89d708565a82fc66d4b2c9c5c963cab7a 1.65 MB 3,753 8
799,706 799,706 0000000000000000000350ca4d27c45a19b6581cf961ff8cebb15200eaeb39e8 1.80 MB 2,763 15
799,705 799,705 0000000000000000000191dea2556ccf1ce88c94db970183bfac8617a7efd5c0 1.86 MB 4,486 10
799,704 799,704 0000000000000000000375233acb0847841fb02390cd3fa08cd1f294d96be070 2.10 MB 1,881 6
799,703 799,703 0000000000000000000363756ee8e3aec856f6324bbc1b85fa6c80557f28736b 1.58 MB 2,687 12
799,702 799,702 0000000000000000000398d3242911f8d2fa16b6b6b19d8c4e88593089e2ae79 1.51 MB 1,462 10
799,701 799,701 00000000000000000002617a800a234a04bc2caf05216d8d2411888de77c28b0 1.36 MB 2,557 27
799,700 799,700 000000000000000000041cb7600c15187e34bfacd2789c57a820755c91e0c2b7 1.58 MB 1,937 16
799,699 799,699 00000000000000000003ee259a88e12401ea7e0909b124897df98e9be4126ab9 1.36 MB 2,017 24
799,698 799,698 00000000000000000001c7965369be2a11ce5a002bc4ceed3b1b57b9d0f27303 1.54 MB 1,779 10
799,697 799,697 00000000000000000004055e4f431016e2e3cdfdc962e9fe22308e0e15a6b416 1.85 MB 3,211 12
799,696 799,696 00000000000000000000b012c7ec1f77f068bb36c65dab225f90c156143aa3bb 1.82 MB 3,412 10
799,695 799,695 000000000000000000003d6f1e3a7c53df6095417898a28ab32406ebd0528845 1.63 MB 2,397 13
799,694 799,694 00000000000000000003d4e0a81b22c2d820728a065657a9dafaf859e5b3fb64 1.79 MB 2,206 15
799,693 799,693 00000000000000000003eed6514f6cfb33f3ae8ec75fcec42810cda30f23932c 1.71 MB 3,192 21
799,692 799,692 0000000000000000000008aa34fc1e25dfd83c65937683ee19277528e31903c9 1.97 MB 2,259 18
Previous 10 blocks ↓
Total Size: 769.37 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,643.94 GB sent, 94.81 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.