Memory Pool Memory Pool Refreshing

4,767 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (107,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,403 800,403 00000000000000000001cae6c1308db7059495584f39f88c25bf5c4c8b9bdf12 1.58 MB 3,587 18
800,402 800,402 00000000000000000004cbf7cb14827bfd471c2560fabb9542d32874bb994902 1.38 MB 2,651 38
800,401 800,401 000000000000000000012746133de1333a3524b05e6b57e1c717729a9138b86f 1.43 MB 2,540 19
800,400 800,400 000000000000000000023165489c0f65a9fb012863ab3e4342fccbcc31194b75 1.40 MB 2,354 13
800,399 800,399 00000000000000000003f4566afdd779ee04822a8c6566104d0f9ecbf400e5d8 1.67 MB 3,189 17
800,398 800,398 000000000000000000052a75f24e8817395244c9c089ef7648e2e9cb36a26a37 2.08 MB 418 20
800,397 800,397 00000000000000000001825e7f79b8145fc81c68e3844e6f07ee4d67d5a95f7b 1.47 MB 2,751 10
800,396 800,396 000000000000000000054a47ec8796371fed8af3b9028cbf2b394ca89df4cc99 1.67 MB 3,187 20
800,395 800,395 000000000000000000034c5e6d70c49d9d20e32a737e51ec1612fd6eedb8c5cd 1.52 MB 3,470 20
800,394 800,394 000000000000000000037b714746742fd194bdb6922cb2fb12c8321cda9efcbd 1.16 MB 745 8
800,393 800,393 000000000000000000012d94a321644a66beffb838601ed4724dd341aa37ebf7 1.50 MB 2,460 13
800,392 800,392 00000000000000000003ede28681e2113e10517e81cd3effcf20d6ddde72a2ac 1.14 MB 743 8
800,391 800,391 000000000000000000035edcc679ec7b3db8e5151d630543da53a340bb0b546a 1.15 MB 931 9
800,390 800,390 00000000000000000000cb90e658d65e84ed0e217e952b33a5dc01b6058fc3e5 1.46 MB 2,241 10
800,389 800,389 00000000000000000000cd30cfa0214afb3e980187b07b9d1eaa8ce663c704d5 1.15 MB 1,094 11
800,388 800,388 00000000000000000001101b3f9234def019ab397d6e58bacdbd7600898f9131 1.53 MB 3,315 21
800,387 800,387 0000000000000000000469fe168738ffb780ed4d0fa182dfdb23615f4f60cde3 1.17 MB 401 7
800,386 800,386 00000000000000000004ef0ea2e8255a43885e1badc14d9a18cd3c4c7fa127ff 1.62 MB 3,213 15
800,385 800,385 0000000000000000000250bcb5d6a0da41dad91f077d85bb02dc88d22eefb275 1.36 MB 2,376 12
800,384 800,384 00000000000000000004396eda9ba135c02895d95e2e588a8c9bb001ee21e45d 1.42 MB 2,270 13
800,383 800,383 000000000000000000039e302dc8e0fa6ae52db40e2edd3e62ff65baf81cac7a 1.33 MB 1,969 11
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.