Memory Pool Memory Pool Refreshing

2,117 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (830,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,222 78,222 00000000000d0b2efbb2812e609ecb4f11804163ee12c8767b06be987227ef2f 0.00 MB 1 0
78,221 78,221 0000000000522bc129204d689c9d96c262525d97b64b0d8d3029b6f9d46e8ae8 0.00 MB 1 0
78,220 78,220 0000000000566b9785f5646f86f69753c6426560c60816bae37717fb6c22df7e 0.00 MB 1 0
78,219 78,219 0000000000367feba057de57243f841d0276bb5cdf451c0700c1615526f9f9b1 0.00 MB 1 0
78,218 78,218 0000000000681b288878fd61b14d7d2361def42f3a11d6b81934b13ddb5badc9 0.00 MB 2 0
78,217 78,217 00000000004c056218b3bf8c82cc43bf69bd234871ae552c33abd5eee9cf98fb 0.00 MB 8 0
78,216 78,216 00000000002d681b5f1566267cd67e8c20ff926bbeb0a4cb93e3086ef75cf041 0.00 MB 3 0
78,215 78,215 00000000000ffe022414310d1b0af0a234ac0d112494074cfdfcf3f6e139ad60 0.00 MB 2 0
78,214 78,214 000000000001a09f36588f676d0002effc9085ff3eb341fd0fbf258cb0e6ad32 0.00 MB 3 0
78,213 78,213 0000000000547622b057281171be96005bc10bf9cbd97c110fb808bcc40411d9 0.00 MB 2 0
78,212 78,212 000000000003aa0b4efd6fd9d85e07ceac5765a1691ed4d7074ef2b923565811 0.00 MB 4 0
78,211 78,211 000000000010d62c681cbc30eec47bc1ab497edfaa042df2034721fad9d2ca87 0.00 MB 3 0
78,210 78,210 00000000002bfcfa20ab9262ce6d6f0a4383a5be25a8c30275bf5c033dcc274f 0.00 MB 1 0
78,209 78,209 00000000003fde6281a6749b361b04b48d4e509c872a314e6ee5e62616d67bca 0.00 MB 1 0
78,208 78,208 000000000008f9ff5a42609a3e1f2e5e4ea222fdc6fdb94961068a2015630772 0.00 MB 1 0
78,207 78,207 000000000068b50bc5cfd6a6664c627b6e0ab6462c02ad281c2139a68d5f4e6f 0.00 MB 2 0
78,206 78,206 00000000000800a416991e6925964d209d16769d2e84356c41d17ac26d555b92 0.00 MB 1 0
78,205 78,205 00000000005f3aea4d47d0448da823918ea05483a2d6543cbaf22b071e3c150f 0.00 MB 3 0
78,204 78,204 000000000012695d30badf6d40b709214b1bb0ec6d8f34fa873c24daf765c485 0.00 MB 4 0
78,203 78,203 0000000000090cb516bca009cf9f4babb5e256f28ed5c912cd68101b99f7c776 0.00 MB 4 0
78,202 78,202 00000000002afe8df63e8a74b466018d462580dc230233f3bb085334a5a8e22f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.