Memory Pool Memory Pool Refreshing

15,148 transactions (3.74 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,032 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,543 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,031 (825,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
83,738 83,738 00000000003105eab33778675ee1e07021b522d8ef57d3bbc1b2f67624ee2538 0.00 MB 2 0
83,737 83,737 00000000000023268f9388aa77232958246068309c9356c2a39aa99ab73e40c9 0.00 MB 2 0
83,736 83,736 0000000000251966f5787f8498e9e5111368efe2c4c9885f9206105747d992c4 0.00 MB 1 0
83,735 83,735 000000000014cbede9ec96fc127965c441f495adf3e83b2f5bf661d7540ed79e 0.00 MB 6 0
83,734 83,734 00000000001d8cdbd4c745cbc097db099c778331687b78ad658f5bdca298de67 0.00 MB 1 0
83,733 83,733 000000000015636db2a3df0fd0c3368b348cc5c57b60381b3377f4c7f8a354a5 0.00 MB 2 0
83,732 83,732 0000000000319e55bfae0b0a5cc442cd8f6ea3a724cd4e0c4a05b6903275d67a 0.00 MB 2 0
83,731 83,731 00000000001eb6b0d1b219ce1ebb9d4f45ce758b7a4c9424c40f4f8890acd865 0.00 MB 3 0
83,730 83,730 000000000012b1d70d1e5dba4a96accc07d5ee727f94250a17d35fec09b6c8a7 0.00 MB 1 0
83,729 83,729 000000000027d89e29ce8d5c4b91d0b83d126afba6dabd847cec546c4fea6d1c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.61 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,894.32 GB sent, 105.52 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.