Memory Pool Memory Pool Refreshing

9,235 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (689,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,019 218,019 00000000000001664c098889bd87d38d507d63b539968724efeda9c74bc8bf63 0.18 MB 278 200
218,018 218,018 0000000000000359db6f3c44370ab61d1786244f5524af065a6e0289f547959b 0.25 MB 649 319
218,017 218,017 00000000000003cd0ae894d32eeae2317123845e2fa4a9e007e62c546f12c7ac 0.00 MB 1 0
218,016 218,016 00000000000000defb1b7d25259d0db797e69dbe0057f2517fd110b7081ecc24 0.27 MB 465 170
218,015 218,015 000000000000005c10fc35cc2e90ded7c7dd77e7eff4f80b0742558a0bafc1fe 0.04 MB 85 92
218,014 218,014 0000000000000031b6fd0798ec223813957706a66fbdb3e39d9386cbb0f251a4 0.11 MB 235 169
218,013 218,013 00000000000001f2c4783e36a4a464bee1edf533eca2b325f9de94cd06188160 0.17 MB 411 133
218,012 218,012 0000000000000026e4fc137a363a01e96712a88df63dc828a81f69160ad29cfd 0.26 MB 674 259
218,011 218,011 00000000000001a060017566701133f15bb6c9cad5101dfd8a0ea74da7af4c6a 0.27 MB 648 414
218,010 218,010 000000000000015938ae6322411c6b2e56a29af7bcfa702a284bde7dc194bc09 0.18 MB 415 220
218,009 218,009 0000000000000168bb9480dbd57f25b50561a8c527f408aa031f9dc365341137 0.25 MB 400 127
218,008 218,008 000000000000043a8cd772606deaa55b3ddd9cd5be5b34e02b269dd6de28b560 0.00 MB 12 295
218,007 218,007 00000000000001db879023f1749ac11997887d72c6d643a07213b411226ecda5 0.25 MB 677 247
218,006 218,006 00000000000002ef1467e33d5ee4036afd0ccde4bb75ced7c04b0456ebdc9b1f 0.25 MB 763 237
218,005 218,005 00000000000003a5d2f674b1d9a8d86f5b62c697fb7a3d42986a6b4d413baedf 0.27 MB 700 265
218,004 218,004 00000000000002eab1e4c548c1a4afd986c207d2ea86bc81283b5ae9306b045f 0.26 MB 658 277
218,003 218,003 00000000000004204c8f574de93cf570e6e8ff278dd2d6775ceb4af2501420e1 0.00 MB 12 300
218,002 218,002 00000000000002ba576337355e04b627dc9cbba799b9e4494cb4ecdd9e4246ad 0.17 MB 450 229
218,001 218,001 0000000000000427e9d7228b14d95965b2424a73fb2d46aee0dd3f064c36cf71 0.15 MB 367 185
218,000 218,000 0000000000000569070e338293af66258adba29dcdd5f33212314dff752ff458 0.13 MB 226 137
217,999 217,999 000000000000028d7e34e760407a5c00ebdaaf736ea626e9860eeabbe7eb4261 0.37 MB 802 174
Previous 10 blocks ↓
Total Size: 768.98 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,616.43 GB sent, 92.72 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.