Memory Pool Memory Pool Refreshing

6,417 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,025 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (853,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,225 55,225 000000000bc59cfb47735433ae1f829336bc1abc18c108f3ca3727c0cfbd8ef6 0.00 MB 1 0
55,224 55,224 00000000051c2c6039b69594ead5577e5847e5e951f22ec383a090e885c214ca 0.00 MB 3 0
55,223 55,223 0000000005d39109ecd91a26331fcb640cf2026e4966c471ddfd93f419cb2999 0.00 MB 1 0
55,222 55,222 00000000106bded20d6d5bb687680a4335c0bf0d701c02b78cd55df29beca98d 0.00 MB 1 0
55,221 55,221 0000000003c97e52f14b89fc66928862317f1a635c89854f5c24378be66b4c48 0.00 MB 1 0
55,220 55,220 000000000beb891f850b61c06486e0ad410343bdb22d620167c7029d2a05fc3a 0.00 MB 1 0
55,219 55,219 000000000cd45b5684ca040269d9370f5bf86768f0924765d361baeabdf4c3a4 0.00 MB 1 0
55,218 55,218 00000000079ec19a55957963357ffefedd8793ab0ef1c46e81fe75dcafe9a24a 0.00 MB 1 0
55,217 55,217 000000000a80edfb54a03e5600bdade5f7a52fc1462546f43d5e8c6e77a1bacf 0.00 MB 1 0
55,216 55,216 000000000c8ae79767f2d65f17a66292e617384c7429fd54fe3863818285da06 0.00 MB 1 0
55,215 55,215 0000000012e218cd5cf91818406ae108bca9a0f67821dcb2ed1740f865137498 0.00 MB 1 0
55,214 55,214 0000000002fef0abcee8ec87cb0bacf79207d3a4eab3c633e6f8c920ab524711 0.00 MB 1 0
55,213 55,213 000000000e370f979cfc202d8836467e9f7c906a4a73d376f3c1debf65eadb8b 0.00 MB 1 0
55,212 55,212 000000000bb1fec421e1f16709d95106761977c98f52745a9a397a3b9a11ec2b 0.00 MB 1 0
55,211 55,211 000000001397861a06edd2dd2e535dbfc4b184b2dc6007831a528416951f35e6 0.00 MB 1 0
55,210 55,210 0000000010b26aaffce4dda59d71aa3201fdee2ec371aedbf00cdf8394e8440e 0.00 MB 1 0
55,209 55,209 0000000001acfd1f57aef5293aa33c023413ebcc8ee784500cdfaadafebfbddb 0.00 MB 1 0
55,208 55,208 0000000007f4dadc203771d607dff432235c3bb26de4fee6962776b5d13208f7 0.00 MB 1 0
55,207 55,207 00000000058183379d99e2e90c4d0b5e6a105a2b194a70a9fb2f6643e68a671b 0.00 MB 1 0
55,206 55,206 000000001063c29d2282bb0fc7b81cfc8dc1649f5f8f7b6d42dd9ea9f793d802 0.00 MB 1 0
55,205 55,205 0000000000bf894c5a9e37ef7db1786658f4d722e4d641067b0c2699a00e3b98 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.90 GB sent, 100.90 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.