Memory Pool Memory Pool Refreshing

3,822 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (863,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,921 44,921 000000002eacf0ac0fee194320f89686762a5652d22293334c4acafe8a35f594 0.00 MB 1 0
44,920 44,920 0000000033768d08d991efaef7161152f944da5ca3ec643d85f70aa6a28d0a87 0.00 MB 1 0
44,919 44,919 0000000035fe8016a14d9d1ac247fa02f7a0f3599c7ed7967ecf1faf9cea1fd1 0.00 MB 1 0
44,918 44,918 00000000344ae9dc51fdd68e53069c7dc1d343f324d8da6445dc67a6adf16b20 0.00 MB 1 0
44,917 44,917 0000000007b0f29f7ad43475570e2cc43b6877397c8e9e1739393fe8d626634e 0.00 MB 1 0
44,916 44,916 000000000e9dc17055e15564684ad23577823ef7875d9fddc80439cf81566e2f 0.00 MB 1 0
44,915 44,915 0000000033d25e002d5065ef7fc4a2e934d82542ff2fc88de00cb09ccdc90d2c 0.00 MB 1 0
44,914 44,914 000000002d9a8c9b8f8214aa179bc269145ae52984e7d70fa33d534769c7b33f 0.00 MB 1 0
44,913 44,913 000000000a208d2b07fd14b702e00f56e8409886c15989c7278f479faa676884 0.00 MB 1 0
44,912 44,912 0000000036993641fe572683ab45e7cfce68745f3a12691e6fc374fb219aea02 0.00 MB 1 0
44,911 44,911 00000000233ae5da3a7615e01ec4d9817149ba29a51dfaab17382d0382ea485a 0.00 MB 1 0
44,910 44,910 0000000031a70fc525f86d1d3a5d349d733d634ec4f768ee8b96aa499a37f02a 0.00 MB 1 0
44,909 44,909 00000000324702f811634698ad7d0d4559f7e9cc7ff253c392e86418ca6ccf6e 0.00 MB 1 0
44,908 44,908 0000000028883f79107598fe3d525ed206c866c75eaeec62e9cee558cbf4861a 0.00 MB 1 0
44,907 44,907 00000000080a192fe74a9ca8944724e7b8452178848be679c9b821a6910ca052 0.00 MB 1 0
44,906 44,906 00000000273033e232ee83bbf650bc17f968883ffc992381574c1c055341dd6e 0.00 MB 1 0
44,905 44,905 000000002e92a11a861d5b58cbf8dd89c26845fd0a5cc2e9ef892886a611a72d 0.00 MB 1 0
44,904 44,904 000000000a10a25c1348f55c9e85be9d58be234fee1dd459db86de35be6b5bba 0.00 MB 1 0
44,903 44,903 00000000226aaf03e3a66479b910019452937f89c0518eb0aa65e26a897c2354 0.00 MB 1 0
44,902 44,902 00000000127d6fa21fd186eb1abe720c668fcec8222383c53d72eba968266730 0.00 MB 1 0
44,901 44,901 00000000264aedb41fb79ddded3377e8555f62de18d2e61d48e3fc5b475384f9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.