Memory Pool Memory Pool Refreshing

425 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (587,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,456 320,456 00000000000000000497c7a19a7a7c32304c3b7617d99a9647b1b610381e6025 0.11 MB 193 28
320,455 320,455 000000000000000004c0e2c9d1690ab60aa9878052d9969dd6b67ebf9a0d7994 0.02 MB 52 39
320,454 320,454 0000000000000000002c08f1be4dc7eb8afba53d6b98e2cbe537c8ddc3c90f5f 0.02 MB 42 21
320,453 320,453 0000000000000000111ad76f28374f511c4ce6ddaaac0a3ad0c53be666d9461c 0.02 MB 64 45
320,452 320,452 000000000000000026ebba7cd32365550ae6167bceb22509b4b97d57f2584c36 0.25 MB 372 25
320,451 320,451 000000000000000024e810dfc821ba69d340349ba5e68cd2f569ad6c650436d4 0.03 MB 51 21
320,450 320,450 00000000000000001659291c35cb61b6e2051551854e0a5170db4aba388d34cc 0.03 MB 65 22
320,449 320,449 00000000000000002268baf3d184d3d639bbf4fe392684f1ab54bf7ec59a4416 0.16 MB 208 29
320,448 320,448 00000000000000000407070d7eddce45f09ee40f3d28a33aa5b0082fa97221a5 0.03 MB 55 32
320,447 320,447 00000000000000001e1b6efa3bec5d4cff0ab0389f21e2a6d5d90f1dee1aa0b9 0.11 MB 272 30
320,446 320,446 00000000000000000fa99a3aca582195eead0114c7be929e4ac3e94c7ec5d025 0.23 MB 453 27
320,445 320,445 0000000000000000217aea97f651a34db6f376ad4d51e5ce635dd578fbe36b1d 0.14 MB 295 28
320,444 320,444 00000000000000001315ab83901d0b242fcd1cefc5a74b53f97a5830688e7e6f 0.43 MB 634 25
320,443 320,443 000000000000000005f633b05e8c071b4ecc254e818e12a429080afa866a1296 0.03 MB 65 45
320,442 320,442 000000000000000012af53ad2348cd133291243bf50209bb5486bd69d91fa752 0.05 MB 38 11
320,441 320,441 000000000000000014b1771ef85cdf587aef49b83501907ad88650348fd4586d 0.25 MB 419 31
320,440 320,440 00000000000000001760952e025b3750f131cb297f06918a30242cec796f3d77 0.26 MB 477 29
320,439 320,439 00000000000000000092ffcf39c8dde626774b193a10cef7277e9c6a7d57db5e 0.10 MB 135 17
320,438 320,438 00000000000000000f411b6710926e9c2d31e3e988a1d5fece283787f7ae8863 0.46 MB 901 36
320,437 320,437 000000000000000004b7364fc56f490bb51f4f1ac52089f8592b01eb9396ae68 0.16 MB 284 30
320,436 320,436 00000000000000000afea38ce2077f97a8103109f186c0b95d86b1c3ea9a5e06 0.42 MB 534 21
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.