Memory Pool Memory Pool Refreshing

3,832 transactions
19.85 vMB
Show Random Selection Loading Transactions
Max Size: 81/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (884,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,210 24,210 00000000709c8f9b6e38bd5afad191d377fbe88cc836c76a67430d60303c2abf 0.00 MB 1 0
24,209 24,209 00000000d4c33d404c352b4766f73c8cc982df796e5887c699125c3bdc4fdbe5 0.00 MB 1 0
24,208 24,208 00000000e4f6ca766badb865b1453c3d73af8db03b2727cbe79795ed14fae59d 0.00 MB 1 0
24,207 24,207 000000000839a2997a853f7ceb24c731895ec99e231dfee0cc6971fea90a31bc 0.00 MB 1 0
24,206 24,206 000000006a3c4cc8fd3d96ad621b896fc1fbed9083e51d4342f27cc9933177df 0.00 MB 1 0
24,205 24,205 000000005e1ded848e0e8107e4388c483026cf75468560e213425961b9120d20 0.00 MB 1 0
24,204 24,204 00000000e285e0780945c710a951d2f447d3285858e151bfe134b434a5af10b1 0.00 MB 1 0
24,203 24,203 0000000033ee7451f287365504d7a7f136995df67de2e0a87b08c3c2bab2a775 0.00 MB 1 0
24,202 24,202 00000000641adb125e723d83eeb4b5b14a1f582bfb9fbdc335f21ecf91f2c427 0.00 MB 1 0
24,201 24,201 00000000109c23b98a22836c7a6d366bc4e5adfee45e35116af0bcb2d165ad1b 0.00 MB 1 0
24,200 24,200 000000008ceada6c82ff9fec90201e1823f2278453c3fafde4ed55539ad7ad3c 0.00 MB 1 0
24,199 24,199 0000000045b9822c2ccc8ab6c3881e509965a202d7dabe7a285659b26424f8c0 0.00 MB 1 0
24,198 24,198 000000007d5e1ccd5038fa934fd8dff0e01fca1272c685ac5c0d26ab37462b83 0.00 MB 1 0
24,197 24,197 00000000e2047feaf71110215a23ed3e51a87efb6ecd2d26ba7b639cd7ba0c4e 0.00 MB 1 0
24,196 24,196 00000000204a6c1399674f6a7acc0082dcc433039ae651de470f28f9fc172e5d 0.00 MB 1 0
24,195 24,195 00000000bf51a2283a64ea3641f5d9d0a097a70a2c941ca450a0e014c7167d86 0.00 MB 1 0
24,194 24,194 00000000c36586edb5a54c30c7ed33b22eceb8a7dda022963886b5d0e2b85b22 0.00 MB 1 0
24,193 24,193 00000000ff30a9610f21e6a1fcec273cffb81ffc124fd035c25e0aa263cc98e9 0.00 MB 1 0
24,192 24,192 0000000049195c8e3e5d13bb807cf2170cdf30abef7263cb245b21b49cf46df2 0.00 MB 1 0
24,191 24,191 00000000dbf06f47c0624262ecb197bccf6bdaaabc2d973708ac401ac8955acc 0.00 MB 1 0
24,190 24,190 0000000064590f9f74153d6e2eda31e322bc74ff34fa15a9b5c4cde6a011f6f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.27 GB sent, 98.66 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.