Memory Pool Memory Pool Refreshing

12,766 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (20,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,230 887,230 00000000000000000001e930ca8821666549be09577ce7c6c13ef2bed528d800 1.41 MB 2,278 2
887,229 887,229 0000000000000000000131a11396cb27fe52a1c419145997ad3848b05c20429c 1.55 MB 3,730 5
887,228 887,228 00000000000000000000725883f2c2eacd74a779a1f61ec67e6705ad2314d156 1.42 MB 2,450 2
887,227 887,227 0000000000000000000234dc8d2ac8528e78aac4f97f282528eff43c5501ee34 1.62 MB 3,254 3
887,226 887,226 0000000000000000000037d2adf2446cb9595070f09c561deb72488930af38c1 1.59 MB 3,461 1
887,225 887,225 00000000000000000000eb87273fb9a296ce790b45319eba21e460f14f684235 1.56 MB 3,502 3
887,224 887,224 0000000000000000000021f390bf9826f1136cce623d2652b294ab3913e8562c 1.50 MB 2,807 4
887,223 887,223 00000000000000000001c94cdb26cf4e5e532e4142b511e60030f258071d0c09 1.65 MB 3,286 2
887,222 887,222 00000000000000000000e1e56709802a61dba4b903156d32aa5469736b5e1e65 1.16 MB 1,073 2
887,221 887,221 00000000000000000000e29b65e9137cc60c1d85dd411f69c7b394a101e530b5 1.79 MB 3,910 2
887,220 887,220 000000000000000000013343b239afc8215f6f5ed8b8617a133099e5fed48faa 1.59 MB 4,079 7
887,219 887,219 00000000000000000001c83f47ad469b960c7d50e99815fa331e4759fc0f3cd0 1.75 MB 4,160 2
887,218 887,218 0000000000000000000190aafa86edd69b5a9b609851539072172e8caecaf9e9 1.76 MB 4,401 3
887,217 887,217 0000000000000000000205db22da2b1b5130d2411d0226eb10197be774316bc4 1.73 MB 4,122 3
887,216 887,216 00000000000000000001a9d76892db39217b35d2a8a0850665e2339d0deb03a0 1.63 MB 4,233 5
887,215 887,215 0000000000000000000078ac53055a273852da043bdae97e64eaed4178999e87 1.60 MB 3,621 2
887,214 887,214 000000000000000000021c808b8220e196269372d389926198771f9a7364dff8 1.55 MB 3,167 3
887,213 887,213 00000000000000000001ba853f6ebde0557a0b2c5132df83d7c0adc448243969 1.63 MB 3,680 2
887,212 887,212 000000000000000000006414aea39be567cf1d5ff6cbf2d77254fe7c714b0d81 1.71 MB 3,433 2
887,211 887,211 0000000000000000000000651fae98b040b485d443eec829269890f8c3db39a8 1.71 MB 3,713 2
887,210 887,210 00000000000000000001bc788b1ac820f929a5a1e66fe53128dbfbee5e7c188f 1.63 MB 2,419 2
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.