Memory Pool Memory Pool Refreshing

9,364 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (193,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,819 713,819 000000000000000000092d8822fbd7c09f28edcb3f07624602bb00bf60dc9d8d 0.68 MB 520 4
713,818 713,818 00000000000000000004c04c80a066b67e1ac064c2dde5739dead3b53f1f8089 1.70 MB 1,139 4
713,817 713,817 000000000000000000070502ba1e39c2bf91ca12f39f6b67b351caf842426622 0.40 MB 986 9
713,816 713,816 000000000000000000039793f64a0424481f1fa0181557b913b54997f143f26a 1.28 MB 1,863 6
713,815 713,815 000000000000000000036c83c9775b2d008b115c1c42dfa436e8ff2893bb69ab 1.51 MB 3,241 6
713,814 713,814 0000000000000000000b31252bad79ac8fc42e82ca7fe1024d9fdd8fb947873a 1.47 MB 3,289 11
713,813 713,813 0000000000000000000835f7bae4c9c3571e0aff83ef46d31b95e4ee0397c68f 0.02 MB 51 7
713,812 713,812 00000000000000000003a6659074638dfee24b677ef805be534d21e26c80488d 0.08 MB 132 7
713,811 713,811 00000000000000000003f2daed4e8041e3ac59422ca2f977029f5aec920097ec 0.49 MB 1,123 8
713,810 713,810 0000000000000000000890ddc1665841dedb0f66a2ce9e7faf20e6aa839e5616 1.28 MB 2,199 3
713,809 713,809 00000000000000000006726338f07ae021424f3f4d63c3b13d9371b1ee9de232 1.54 MB 3,676 7
713,808 713,808 000000000000000000071f22915a287a6a04764fd2861037ae994bf4e8284296 1.41 MB 3,122 14
713,807 713,807 00000000000000000006bf87cfa05853596b191d680a1fa14d2f20e610094675 0.98 MB 1,748 8
713,806 713,806 000000000000000000030f03ff9b1c4bd1aad1d6f5c555d5b5893bf4f6b68ec6 0.32 MB 607 5
713,805 713,805 00000000000000000009586095a607a5033dbc955c72e681829f28e1d519f5ca 1.45 MB 3,048 9
713,804 713,804 00000000000000000002d14cbcfda0b9db3dafbaa5034b24ee4e31266ea93c7d 0.70 MB 1,013 7
713,803 713,803 000000000000000000044ebde71b82e83de812ec5aaf77d0180d5a06315fe3b9 1.49 MB 3,046 8
713,802 713,802 0000000000000000000745671f609676b6655252f601174f0b0219b34c279b2d 0.42 MB 724 9
713,801 713,801 000000000000000000056ffda54086ac314cc1c41d50f6d0d1c017799d2956a2 0.59 MB 1,258 9
713,800 713,800 00000000000000000009c9a68a4ec5f033fe79a2993a2785f837cca54fb29267 0.29 MB 534 8
713,799 713,799 00000000000000000006a20cbedd8d0a9018598bb483a5020c9ca31a2d93cd38 0.38 MB 438 7
Previous 10 blocks ↓
Total Size: 768.93 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,612.14 GB sent, 92.47 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.