Memory Pool Memory Pool Refreshing

1,616 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (888,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,210 20,210 00000000041b9ac1269ce10e60a15be4fa71efcea69a8204b32deb5528e804aa 0.00 MB 1 0
20,209 20,209 000000002ad58b12546a4708da33b2b76d4dace9ec8015d3c42e21ec9cb115d8 0.00 MB 1 0
20,208 20,208 000000000ed54e017af10637f36a6a1630a78b1b6d1e305c8a3ecd0e05587c51 0.00 MB 1 0
20,207 20,207 00000000993c044dcaf483e8ecca2654fc50fe336177a1e18b32a0787e3bbe55 0.00 MB 1 0
20,206 20,206 00000000cfc469e14ab4f6e5cbda1dc0e0902f40af7ef1be64ae7ada1579ef98 0.00 MB 1 0
20,205 20,205 00000000afb70750a5191da70c3930d342af97494d6424f0b402ca65bb5f5b93 0.00 MB 1 0
20,204 20,204 0000000077f0e0926f94efa99e4d131f73905b9668b52e0bcd677fe09d7aa82f 0.00 MB 1 0
20,203 20,203 00000000377d5d78313b7e5fea4dd9d992dd05c08441241f59c6d2abc901a90a 0.00 MB 1 0
20,202 20,202 00000000a27bf1a8d8ddae4596d1c34cdc8c29f7ee117744aa013173d2bf7f0a 0.00 MB 1 0
20,201 20,201 0000000049b130f88e7b2496a22c5798c77e0f02996f47df4f897c44b962d806 0.00 MB 1 0
20,200 20,200 000000007353f9a66d572101425c512e403ec05a65e0e09c01c2bc2abf109bf6 0.00 MB 1 0
20,199 20,199 00000000f40d242c7320a40d38a040b27ad1b7a1d8f71d6e661a6158fffbb296 0.00 MB 1 0
20,198 20,198 00000000d297efaf53f04b8c8eba5e5261d345c03d3d07246cb0b81dd6ad08f8 0.00 MB 1 0
20,197 20,197 00000000b71d0749e61762cc9ea9e2769f201bead25a47d1b2755c48aaee4473 0.00 MB 1 0
20,196 20,196 00000000bfcafc0c16a4e92164df33e4f03f9a97528bdf16cc821aa41d80e4b2 0.00 MB 1 0
20,195 20,195 0000000021c0e6f3336e70abf138f1122fb97e90f44adf7520e5102a06c6e1f0 0.00 MB 1 0
20,194 20,194 000000002184973e8ca7943a5145c10c9398bdd0251e6be1e89e25404c961148 0.00 MB 1 0
20,193 20,193 000000003a61f94087245a47acd90fdc0a174ac1dd32d75b0611ec2e0e34577a 0.00 MB 1 0
20,192 20,192 00000000f0c8f7f5375aa25d6c521bbbf02692b8ec1e1c11960d2a5591422e0d 0.00 MB 1 0
20,191 20,191 0000000007509c22a18706ddce980f2be2f56035ee29f2f732d03dff65a6719c 0.00 MB 1 0
20,190 20,190 0000000050e67c08b11edeaa9439fe1e78c7f4145e9ff13be9d0a466fa56aeb8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.