Memory Pool Memory Pool Refreshing

9,949 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (606,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,226 301,226 00000000000000007858f271bec046fe32a5bc5566c261ba6d66a3385aef2088 0.03 MB 47 28
301,225 301,225 00000000000000006904ec1344fcc16595c5140f9eba5cbc4fe609f2b6016a44 0.11 MB 182 31
301,224 301,224 00000000000000006cb362531fcb57c166b7d3f27f6cd1c0ce3b7f440ebb7d32 0.18 MB 402 31
301,223 301,223 00000000000000003a5b6a7cd25725b0f82188c3d25e47febae8a41da0905437 0.06 MB 103 27
301,222 301,222 00000000000000003f0fdd6eb40db71759b0cd4a1e7d867c6078afb57744a648 0.06 MB 144 33
301,221 301,221 00000000000000004c5b6af277ab7262dad04e85aa860eb72ac747d1aefc4ff8 0.25 MB 481 31
301,220 301,220 000000000000000000d205f3e60ff8cb1afee0d8649d9846f4447486662a1a8c 0.26 MB 513 33
301,219 301,219 00000000000000000a67d52352a0601e039faf5cf41ef304e190bde83a07dc3d 0.11 MB 214 22
301,218 301,218 0000000000000000470fa0694ea52d5e3cabdbc6de9739740798f774350a0a6f 0.44 MB 889 33
301,217 301,217 00000000000000002bf431c65593e68eb806bbd446e6f7d058a75cc2b03e888a 0.01 MB 18 57
301,216 301,216 000000000000000015323ccef3ee04a3c7993a99f7eb5d6a6adeb11b6d7a8152 0.18 MB 384 30
301,215 301,215 000000000000000025b73c2c4a7a29f4ed01b3cc8959d0625e9e88175c76657d 0.06 MB 132 28
301,214 301,214 00000000000000003a165145eab1dca2490c1bb15006666aede3cfc676494f6b 0.18 MB 368 34
301,213 301,213 0000000000000000031982db7648604f42da343adcf97ed4d6af6f11fbe06d90 0.03 MB 40 13
301,212 301,212 000000000000000000cdd8f69286e8e821635ad6bbe80917990dad32127aa659 0.15 MB 261 29
301,211 301,211 000000000000000026a9cd4fdab0f5870f6332291e404170725ad4bfa2f22932 0.05 MB 46 17
301,210 301,210 0000000000000000095e3c2212aa3431c198be35b7bd00d3e336230f22eaf350 0.11 MB 181 198
301,209 301,209 00000000000000006d3872e794e3aef11804ff6f287f69ada83e87d833a53954 0.09 MB 148 27
301,208 301,208 00000000000000006bf310c4d9ce32de5466c5748ef8ebb03b96209ac8cd8bfa 0.43 MB 828 33
301,207 301,207 000000000000000009f3e4daf333473f1ea1c4047afc419fd54376d910e9953c 0.12 MB 232 29
301,206 301,206 000000000000000070c5546b765d734dcb461b9d830fcfaad593e501c598bb8b 0.01 MB 9 9
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, 114 incoming
  • Data Transfer: 1,621.42 GB sent, 92.91 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.