Memory Pool Memory Pool Refreshing

4,850 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (410,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,261 497,261 000000000000000000cb74caba718b0e61d323184f743c2269310179acfb6129 1.04 MB 2,308 88
497,260 497,260 000000000000000000a732cd1253d5367d2ce3abe7872888283545fb34a08efd 1.08 MB 2,215 69
497,259 497,259 0000000000000000009c1af2ccf71ebbc072d53bd8e5ba46c09b71b3ec3915d3 1.08 MB 2,478 160
497,258 497,258 000000000000000000362d17dbf0d8d3e78121a2ed3d2d6d16c5995712f89d9e 1.04 MB 2,360 157
497,257 497,257 0000000000000000000d7b3fbc35e63c5947514dbe93f65eddb79accc5196385 1.05 MB 1,923 155
497,256 497,256 00000000000000000043d443649d9010e2280e89ce038009f3e95336674137c8 1.07 MB 2,789 149
497,255 497,255 0000000000000000002f009157c9eb1b52f9c17a129494d02d319680747d64d0 1.05 MB 2,392 189
497,254 497,254 00000000000000000085c41600c86e3cbff5ec3c6ce1d0be0f9b8bbfc0c0aff3 1.11 MB 2,540 118
497,253 497,253 000000000000000000c13343f18d72089e80082edeca3263950e9e8db144f436 1.05 MB 2,155 131
497,252 497,252 000000000000000000cdaf9cffed2270307c603911f80487f6835cbf3ec9e15b 1.04 MB 1,758 196
497,251 497,251 00000000000000000081eaf4fdde21c79d571cf8e7a107a77b9ebce6c5172e78 1.05 MB 2,079 284
497,250 497,250 0000000000000000003864a5559c84fab48e98b4ba922e2634b65397caefd8d5 1.05 MB 2,241 158
497,249 497,249 000000000000000000696b4361712332ad6c32ad28d6bacfe615b23f751e7a0c 1.09 MB 2,839 159
497,248 497,248 000000000000000000728f39c413630eccef38a3e3a8cdefb128f90519c50808 1.03 MB 1,129 51
497,247 497,247 000000000000000000a86cbf33f3deb7077a73e3401eeb2b36aacc10a440d57f 1.10 MB 2,417 162
497,246 497,246 000000000000000000a25be63b80ba6548bce98931a36083eb9e6bc0a31f6d53 1.04 MB 1,736 118
497,245 497,245 00000000000000000075527134f9b1ad0ddc3e7aedcff621fdd6c8af96f7f6fe 0.00 MB 1 0
497,244 497,244 00000000000000000079372e0140899525a5a45e8955a1454cbf2a9290fe2b17 1.06 MB 2,178 121
497,243 497,243 000000000000000000954f6743f0a03d52a26fae02025c769540e4651649be38 1.01 MB 1,589 11
497,242 497,242 000000000000000000a25c615d4a67e44cb584ac1b47908814e954e4204d66d7 1.01 MB 1,851 65
497,241 497,241 000000000000000000a2de77d6e732509f2202ecfc8af85eb0f97358e404dffe 1.05 MB 2,330 142
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.