Memory Pool Memory Pool Refreshing

2,118 transactions (0.64 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,071 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,070 (825,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,759 83,759 0000000000193a4e6e87ce0db236e0ef6836f1019c31402229dc9f4083cf6e17 0.00 MB 5 0
83,758 83,758 0000000000245ae4fb72b0dd6d9cb081c4241e91bd046a81fed0eaa9af3068bd 0.00 MB 1 0
83,757 83,757 0000000000258807d511596285e78ea1f3555e1e6e1f4b13962b0a89b964e173 0.00 MB 4 0
83,756 83,756 0000000000087e54bc82a8475faad6e3d591365fd360122329c24cb5eaee260b 0.00 MB 4 0
83,755 83,755 00000000000ba0c2d56ca7cd17df6ede320da2050fce6be8e8ce4aa09e11b63f 0.00 MB 1 0
83,754 83,754 00000000002df1126020492573e95cab2afd90e119ba2ee7c409f10ddeb3fa63 0.00 MB 1 0
83,753 83,753 00000000000a6b667a9888211971a71ec83a75c1b822be2b3340ac2a0b133a47 0.00 MB 3 0
83,752 83,752 000000000016e80a4f606403f2381e869608d3f2c78c202391fcc2995bf99f62 0.00 MB 1 0
83,751 83,751 000000000017d3c3d523c8aec4467b190e9bef72640559bbb6c182966773870b 0.00 MB 5 0
83,750 83,750 00000000002fc6dc56e2eb0192f07332fc6e7a091150230ebb362ed83341765c 0.00 MB 3 0
83,749 83,749 00000000001cb314c94e121f2d52bbe70ce306ad56f4d195bf43542d869c2fd1 0.00 MB 1 0
83,748 83,748 0000000000133cbcac6bef97e7b78dfef8232628f47524668e180ff30a12d69f 0.00 MB 5 0
83,747 83,747 00000000000f0bb6d8b72a0c50ad7bccdc6a53163eae27ecb4ca5646d592be46 0.00 MB 2 0
83,746 83,746 00000000001c052d3812b1f4c2c7422c3ecc1ee8b452e53fc740c56779b06c8f 0.00 MB 5 0
83,745 83,745 000000000026bbee3d4c54e0f26c7f08570f4b717178b0a889dc849069bcc856 0.00 MB 2 0
83,744 83,744 00000000000c0f5e44600a494eb08303aca1d2665e3e5d34c5829ea1eddc6bd9 0.00 MB 1 0
83,743 83,743 00000000001a3482b08302090d7d5eb7be890367a24ce71c52412c6e56f707ae 0.00 MB 1 0
83,742 83,742 000000000001d940871b6d4ee3bb1d793c3fde6c63989c0eb0d38bf03a51a457 0.01 MB 5 0
83,741 83,741 00000000000f1ea9902d11cd1928a11a3b1c4901a5a9b554c89554323329d262 0.00 MB 1 0
83,740 83,740 00000000002a7b87e61527da1a6a838ae552fe634b5e11968a744ad38e11bc44 0.00 MB 1 0
83,739 83,739 00000000001eaf50181472ce7ed5bd4bffe4aa029c4921a525607b5d565b4e29 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.68 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,902.35 GB sent, 105.89 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.