Memory Pool Memory Pool Refreshing

5,529 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (591,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,241 316,241 000000000000000006ae2993d431181452c5f0c0de91d01bb261b16f5f62702a 0.24 MB 420 28
316,240 316,240 0000000000000000134e89a8c5d6eb4d0a1c6e0b63e48ac789bfd6e732b93bb8 0.50 MB 939 25
316,239 316,239 00000000000000000b2aefe7f84044f86b9993c43deff53c4d2c55bc2eaf4ad2 0.10 MB 174 25
316,238 316,238 00000000000000001eee16be20308611ce5f527679f6836e0db71c9ffe0e2b77 0.28 MB 384 22
316,237 316,237 000000000000000002a9107a1bb066648c90a732eb97aa96d1b18bd6624a8b8b 0.33 MB 684 30
316,236 316,236 000000000000000015514a79257cb48a0474710e2b7134f3fb29520ec08f0e4a 0.19 MB 250 20
316,235 316,235 0000000000000000042ac389be1ddac22857a9c321952c0b8f52cff0d88c29f2 0.21 MB 425 27
316,234 316,234 00000000000000000c113e218b5cc42f9d9f47e7b592820c7f1fc9dfd6190c1e 0.23 MB 341 23
316,233 316,233 000000000000000015cd2d44b2417839d770664ecd66fc6f8b2c2897e336c0fe 0.50 MB 804 24
316,232 316,232 00000000000000003133684e915d949c3a1b3c5d3507b84c988d495ddcd99773 0.04 MB 51 21
316,231 316,231 00000000000000002aa0771adaa59c58e8a56b5a03b6944eedffafb5cf194ddf 0.13 MB 265 25
316,230 316,230 00000000000000000fd8b85ed0d56ed746663f0f3a6775fddb52c07b1299162f 0.44 MB 652 26
316,229 316,229 00000000000000001f5fa912a77c62178ebda5b1d60a0fa450de5c048d009c8f 0.16 MB 302 20
316,228 316,228 00000000000000002247f98ff368c91fb6f71a6e2e9c89ec76554132de2a99cf 0.20 MB 340 25
316,227 316,227 0000000000000000131a2464b8b7c0c9d22359daf566f3c61caf9ec703a353fc 0.31 MB 517 26
316,226 316,226 000000000000000010b60988a8ab965fcca6aa2ce2b0dd6222909290c452d48c 0.33 MB 473 26
316,225 316,225 00000000000000001ba7c464273cfcf821535d9a3739ca04d0ed1e1df96da78b 0.06 MB 128 30
316,224 316,224 000000000000000000d68a5055cddb4152d90c22d4aaaeca26c20e42c2375fb6 0.32 MB 592 26
316,223 316,223 0000000000000000110f485f5480b2ff48fb33dd2cef152d2da753125764bb7e 0.19 MB 328 25
316,222 316,222 00000000000000001b546a89ebd840eef9dd87f4a5348c68211d4c180a11d99d 0.11 MB 160 23
316,221 316,221 00000000000000000f9b436c6eb7ba5c41aa9bac258bc6e4e0a1c37038e73850 0.07 MB 95 21
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.05 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.