Memory Pool Memory Pool Refreshing

5,970 transactions (1.78 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,044 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (853,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,756 55,756 0000000008c2d9df728971ebd1930245880e5fa357fa97eeef152890c1b7e6ba 0.00 MB 1 0
55,755 55,755 000000001353fa3567332120c0757af3787d7d1f7b32163fbb5b67442fa6e614 0.00 MB 1 0
55,754 55,754 000000000de753388d4fe06ff2b53fd4f73c4b4c138d2d8ddb1e1f618c9ec78f 0.00 MB 1 0
55,753 55,753 000000000616a19ac573fc91b8536493f60eb49642743abd67c57bd2db1739ec 0.00 MB 1 0
55,752 55,752 0000000004488b798df0b2e9dbe1a961380aef6fbfd0bf438a53a0c7a951ff2c 0.00 MB 1 0
55,751 55,751 000000000c15522af390b9a9a2004db1c1f2bf47a24ee8848c816ac99a5f7a05 0.00 MB 1 0
55,750 55,750 0000000009a84874757bbd773d7076dae59088e49f6a763d68bb634ab91c4b08 0.00 MB 1 0
55,749 55,749 000000000008979d32bda055c712f1e7e47ea3637c88008372d626288cce578d 0.00 MB 1 0
55,748 55,748 0000000004dc9461d7f40aacc6fdfb004dd0f8f38c82eacf1cb5dd3a707a568e 0.00 MB 1 0
55,747 55,747 000000000fc1abfc5f0641e2d109b2ce25a9a1fe33e799d77cacb7c8615e6e97 0.00 MB 1 0
55,746 55,746 00000000079bb64b0c639a6f72c9912442655af0a009cf8818bbabc2095997b9 0.00 MB 1 0
55,745 55,745 000000000ebc8886b04d60cd2b57d18f9923d2a1b2e560f5064114738e99c6f4 0.00 MB 2 0
55,744 55,744 0000000010e4b597a75e572e645a120c24141ab92d87602bbc5c088b05ed1e3f 0.00 MB 1 0
55,743 55,743 0000000005dce4c9ce866c5fd6d3d07449147d8a42287d9232ba602697986243 0.00 MB 1 0
55,742 55,742 000000000ea9d3757086c1bb1b31e9f8be64b6761b1e205cf3078919ce57184d 0.00 MB 1 0
55,741 55,741 000000000b99bd94ce62791b1515023ccdb10894bf1db5adfd0b07c26af334bd 0.00 MB 1 0
55,740 55,740 00000000066b06444fa1920f2b97239c9e84fd4a43ce7a51a6b9b92b2d0dadb2 0.00 MB 1 0
55,739 55,739 0000000010e9f475b7d67b1bbf300817972af720afa8d61a9be81349a3f07155 0.00 MB 1 0
55,738 55,738 00000000014c2181df9719a25c3f6b398e4c86324eaff7004f952b62ced98944 0.00 MB 1 0
55,737 55,737 000000000fafc38ff1d08d3d7a071307cf98653d26610bddc3de72b1d9452431 0.00 MB 1 0
55,736 55,736 000000000ccc6862447c0f1cf3eec33586e4212d380a15f345a66b2b0c89cb65 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.62 GB sent, 103.75 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.